Class PrefSpeedBackButtonBinding
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.databinding.PrefSpeedBackButtonBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class PrefSpeedBackButtonBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description MaterialButtonpreferencesBackButton
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrefSpeedBackButtonBindingbind(View rootView)MaterialButtongetRoot()static PrefSpeedBackButtonBindinginflate(LayoutInflater inflater)static PrefSpeedBackButtonBindinginflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Field Detail
-
preferencesBackButton
@NonNull public final MaterialButton preferencesBackButton
-
-
Method Detail
-
getRoot
@NonNull public MaterialButton getRoot()
- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static PrefSpeedBackButtonBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static PrefSpeedBackButtonBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static PrefSpeedBackButtonBinding bind(@NonNull View rootView)
-
-