public class MainActivityAdapter.Item
extends androidx.recyclerview.widget.RecyclerView.ViewHolder
Modifier and Type | Field and Description |
---|---|
private android.widget.TextView |
code |
private android.widget.ImageView |
color |
private android.widget.TextView |
name |
Constructor and Description |
---|
Item(android.view.View itemView)
On the item creation take action.
|