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