-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class FragmentGamesBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final FloatingActionButtonbtnClaimpublic final ImageViewivHeaderLogopublic final RecyclerViewrvContentpublic final SwipeRefreshLayoutswipeRefreshLayout
-
Method Summary
Modifier and Type Method Description ConstraintLayoutgetRoot()static FragmentGamesBindinginflate(@NonNull() LayoutInflater inflater)static FragmentGamesBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static FragmentGamesBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() ConstraintLayout getRoot()
-
inflate
@NonNull() static FragmentGamesBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static FragmentGamesBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static FragmentGamesBinding bind(@NonNull() View rootView)
-
-
-
-