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