-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class FragmentReorderPagesBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final AutofitRecyclerViewrecyclerView
-
Method Summary
Modifier and Type Method Description FrameLayoutgetRoot()static FragmentReorderPagesBindinginflate(@NonNull() LayoutInflater inflater)static FragmentReorderPagesBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static FragmentReorderPagesBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() FrameLayout getRoot()
-
inflate
@NonNull() static FragmentReorderPagesBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static FragmentReorderPagesBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static FragmentReorderPagesBinding bind(@NonNull() View rootView)
-
-
-
-