|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_margin="8dp"> |
|
|
|
|
android:layout_marginStart="-8dp" |
|
|
|
|
android:layout_marginEnd="-8dp"> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.imageview.ShapeableImageView |
|
|
|
|
android:id="@+id/image" |
|
|
|
|
@ -13,7 +13,6 @@ |
|
|
|
|
android:adjustViewBounds="true" |
|
|
|
|
android:background="@color/black_20" |
|
|
|
|
android:scaleType="center" |
|
|
|
|
app:shapeAppearanceOverlay="@style/Vod.Grid" |
|
|
|
|
tools:src="@drawable/ic_img_loading" /> |
|
|
|
|
|
|
|
|
|
</RelativeLayout> |