-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class GcFragmentHelpBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final RecyclerViewgcHelpItemspublic final InjectedViewContainergcInjectedNavigationBarContainerBottompublic final InjectedViewContainergcInjectedNavigationBarContainerTop
-
Method Summary
Modifier and Type Method Description ConstraintLayoutgetRoot()static GcFragmentHelpBindinginflate(@NonNull() LayoutInflater inflater)static GcFragmentHelpBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static GcFragmentHelpBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() ConstraintLayout getRoot()
-
inflate
@NonNull() static GcFragmentHelpBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static GcFragmentHelpBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static GcFragmentHelpBinding bind(@NonNull() View rootView)
-
-
-
-