public final class FragmentCurrentRecipeBinding extends Object implements androidx.viewbinding.ViewBinding
Modifier and Type | Field and Description |
---|---|
ImageView |
image |
TextView |
ingredients |
TextView |
instructions |
TextView |
prepTime |
TextView |
prepTimeLabel |
TextView |
servings |
TextView |
servingsLabel |
TextView |
sourceUrl |
TextView |
summary |
TextView |
title |
Modifier and Type | Method and Description |
---|---|
static FragmentCurrentRecipeBinding |
bind(View rootView) |
ScrollView |
getRoot() |
static FragmentCurrentRecipeBinding |
inflate(LayoutInflater inflater) |
static FragmentCurrentRecipeBinding |
inflate(LayoutInflater inflater,
ViewGroup parent,
boolean attachToParent) |
@NonNull public ScrollView getRoot()
getRoot
in interface androidx.viewbinding.ViewBinding
@NonNull public static FragmentCurrentRecipeBinding inflate(@NonNull LayoutInflater inflater)
@NonNull public static FragmentCurrentRecipeBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
@NonNull public static FragmentCurrentRecipeBinding bind(@NonNull View rootView)