public final class FragmentRecipesBinding extends Object implements androidx.viewbinding.ViewBinding
| Modifier and Type | Field and Description |
|---|---|
ListView |
recipeList |
| Modifier and Type | Method and Description |
|---|---|
static FragmentRecipesBinding |
bind(View rootView) |
androidx.constraintlayout.widget.ConstraintLayout |
getRoot() |
static FragmentRecipesBinding |
inflate(LayoutInflater inflater) |
static FragmentRecipesBinding |
inflate(LayoutInflater inflater,
ViewGroup parent,
boolean attachToParent) |
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()
getRoot in interface androidx.viewbinding.ViewBinding@NonNull public static FragmentRecipesBinding inflate(@NonNull LayoutInflater inflater)
@NonNull public static FragmentRecipesBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
@NonNull public static FragmentRecipesBinding bind(@NonNull View rootView)