Package com.xa.xpensauditor.databinding
Class ListGroupBinding
- java.lang.Object
-
- com.xa.xpensauditor.databinding.ListGroupBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class ListGroupBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description TextViewlblListHeader
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGroupBindingbind(View rootView)LinearLayoutgetRoot()static ListGroupBindinginflate(LayoutInflater inflater)static ListGroupBindinginflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Field Detail
-
lblListHeader
@NonNull public final TextView lblListHeader
-
-
Method Detail
-
getRoot
@NonNull public LinearLayout getRoot()
- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static ListGroupBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static ListGroupBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static ListGroupBinding bind(@NonNull View rootView)
-
-