public final class LayoutPreferenceBinding
extends java.lang.Object
implements androidx.viewbinding.ViewBinding
| Modifier and Type | Field and Description |
|---|---|
LinearLayout |
powerSpinnerPreference |
androidx.appcompat.widget.AppCompatTextView |
preferenceTitle |
| Modifier and Type | Method and Description |
|---|---|
static LayoutPreferenceBinding |
bind(View rootView) |
LinearLayout |
getRoot() |
static LayoutPreferenceBinding |
inflate(LayoutInflater inflater) |
static LayoutPreferenceBinding |
inflate(LayoutInflater inflater,
ViewGroup parent,
boolean attachToParent) |
@NonNull public final LinearLayout powerSpinnerPreference
@NonNull public final androidx.appcompat.widget.AppCompatTextView preferenceTitle
@NonNull public LinearLayout getRoot()
getRoot in interface androidx.viewbinding.ViewBinding@NonNull public static LayoutPreferenceBinding inflate(@NonNull LayoutInflater inflater)
@NonNull public static LayoutPreferenceBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
@NonNull public static LayoutPreferenceBinding bind(@NonNull View rootView)