Package com.xffffff.wellfed.shoppingcart
Class ShoppingCartIngredientAdapter.ViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.xffffff.wellfed.shoppingcart.ShoppingCartIngredientAdapter.ViewHolder
-
- Enclosing class:
- ShoppingCartIngredientAdapter
public class ShoppingCartIngredientAdapter.ViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolderViewHolder class for the ShoppingCartIngredientAdapter. It contains the TextViews for the description, amount, unit and category of the ingredient.
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.CheckBoxcheckBoxandroid.widget.TextViewdescriptionandroid.widget.TextViewsubtextandroid.view.Viewview
-
Constructor Summary
Constructors Constructor Description ViewHolder(android.view.View itemView)
-