|
|
|
|
@ -3,14 +3,14 @@ |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="120dp" |
|
|
|
|
android:layout_height="128dp" |
|
|
|
|
android:layout_margin="8dp" |
|
|
|
|
android:background="@drawable/shape_vod_list" |
|
|
|
|
android:foreground="@drawable/shape_vod"> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.imageview.ShapeableImageView |
|
|
|
|
android:id="@+id/image" |
|
|
|
|
android:layout_width="90dp" |
|
|
|
|
android:layout_width="96dp" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:background="@color/black_10" |
|
|
|
|
app:shapeAppearanceOverlay="@style/Vod.Grid.Large" /> |
|
|
|
|
|