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 RecyclerView
scaleRecycler
MaterialButton
scaleSelectBackButton
TextView
selectScale
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FragmentScaleSelectBinding
bind(View rootView)
androidx.constraintlayout.widget.ConstraintLayout
getRoot()
static FragmentScaleSelectBinding
inflate(LayoutInflater inflater)
static FragmentScaleSelectBinding
inflate(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:
getRoot
in 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)
-
-