Package com.xa.xpensauditor.databinding
Class ListRowBinding
- java.lang.Object
-
- com.xa.xpensauditor.databinding.ListRowBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class ListRowBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRowBinding
bind(View rootView)
RelativeLayout
getRoot()
static ListRowBinding
inflate(LayoutInflater inflater)
static ListRowBinding
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 ListRowBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static ListRowBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static ListRowBinding bind(@NonNull View rootView)
-
-