public static class RecyclerSquareAdapter.SquareViewHolder
extends android.support.v7.widget.RecyclerView.ViewHolder
Modifier and Type | Field and Description |
---|---|
(package private) TextView |
squareActivity |
(package private) LinearLayout |
squareCardBackground |
(package private) ImageView |
squareCircle |
(package private) ImageView |
squareFav |
(package private) TextView |
squareInitials |
TextView |
squareName |
(package private) ImageView |
squareNotifications |
(package private) FrameLayout |
squareRowLayout |
Constructor and Description |
---|
SquareViewHolder(View itemView) |
LinearLayout squareCardBackground
FrameLayout squareRowLayout
TextView squareInitials
public TextView squareName
TextView squareActivity
ImageView squareNotifications
ImageView squareFav
ImageView squareCircle