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.ViewHolder
ViewHolder 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.CheckBox
checkBox
android.widget.TextView
description
android.widget.TextView
subtext
android.view.View
view
-
Constructor Summary
Constructors Constructor Description ViewHolder(android.view.View itemView)
-