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