| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_margin="8dp" |
| | | android:layout_gravity="center" |
| | | android:elevation="4dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/thumbnailImageView" |
| | | android:layout_width="100dp" |
| | | android:layout_height="100dp" |
| | | android:scaleType="centerCrop"/> |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:scaleType="centerCrop" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/item_play" |
| | | android:layout_width="30dp" |
| | | android:layout_height="30dp" |
| | | android:layout_gravity="center" |
| | | android:src="@drawable/play"/> |
| | | |
| | | |
| | | |
| | | </androidx.cardview.widget.CardView> |