Package com.xa.xpensauditor.databinding
Class AlltransListRowBinding
- java.lang.Object
-
- com.xa.xpensauditor.databinding.AlltransListRowBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class AlltransListRowBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlltransListRowBinding
bind(View rootView)
RelativeLayout
getRoot()
static AlltransListRowBinding
inflate(LayoutInflater inflater)
static AlltransListRowBinding
inflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Method Detail
-
getRoot
@NonNull public RelativeLayout getRoot()
- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static AlltransListRowBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static AlltransListRowBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static AlltransListRowBinding bind(@NonNull View rootView)
-
-