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 AlltransListRowBindingbind(View rootView)RelativeLayoutgetRoot()static AlltransListRowBindinginflate(LayoutInflater inflater)static AlltransListRowBindinginflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Method Detail
-
getRoot
@NonNull public RelativeLayout getRoot()
- Specified by:
getRootin 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)
-
-