Class FragmentScaleSelectBinding
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.databinding.FragmentScaleSelectBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class FragmentScaleSelectBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description RecyclerViewscaleRecyclerMaterialButtonscaleSelectBackButtonTextViewselectScale
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FragmentScaleSelectBindingbind(View rootView)androidx.constraintlayout.widget.ConstraintLayoutgetRoot()static FragmentScaleSelectBindinginflate(LayoutInflater inflater)static FragmentScaleSelectBindinginflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Field Detail
-
scaleRecycler
@NonNull public final RecyclerView scaleRecycler
-
scaleSelectBackButton
@NonNull public final MaterialButton scaleSelectBackButton
-
-
Method Detail
-
getRoot
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()
- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static FragmentScaleSelectBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static FragmentScaleSelectBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static FragmentScaleSelectBinding bind(@NonNull View rootView)
-
-