public class DialogCharacterInformationAdapter.Item
extends androidx.recyclerview.widget.RecyclerView.ViewHolder
Modifier and Type | Field and Description |
---|---|
private de.hdodenhof.circleimageview.CircleImageView |
cvImage |
private android.widget.TextView |
tvCost |
private android.widget.TextView |
tvName |
Constructor and Description |
---|
Item(android.view.View itemView)
Constructor of the itemview, that cant be null.
|