Package fi.sportti.app.databinding
Class RecordexerciseListviewLayoutBinding
- java.lang.Object
-
- fi.sportti.app.databinding.RecordexerciseListviewLayoutBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class RecordexerciseListviewLayoutBinding extends java.lang.Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.TextView
recordexerciseListviewTextviewExerciseName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordexerciseListviewLayoutBinding
bind(android.view.View rootView)
android.widget.LinearLayout
getRoot()
static RecordexerciseListviewLayoutBinding
inflate(android.view.LayoutInflater inflater)
static RecordexerciseListviewLayoutBinding
inflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
-
-
Method Detail
-
getRoot
@NonNull public android.widget.LinearLayout getRoot()
- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static RecordexerciseListviewLayoutBinding inflate(@NonNull android.view.LayoutInflater inflater)
-
inflate
@NonNull public static RecordexerciseListviewLayoutBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static RecordexerciseListviewLayoutBinding bind(@NonNull android.view.View rootView)
-
-