|
|
|
|
@ -7,17 +7,16 @@ |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true"> |
|
|
|
|
|
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView |
|
|
|
|
<com.google.android.material.imageview.ShapeableImageView |
|
|
|
|
android:id="@+id/image" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:background="@color/black_20" |
|
|
|
|
android:scaleType="center" |
|
|
|
|
app:riv_corner_radius="8dp" |
|
|
|
|
app:riv_mutate_background="true" |
|
|
|
|
app:shapeAppearanceOverlay="@style/VodStyle" |
|
|
|
|
tools:src="@drawable/ic_img_loading" /> |
|
|
|
|
|
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView |
|
|
|
|
<com.google.android.material.imageview.ShapeableImageView |
|
|
|
|
android:id="@+id/delete" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
@ -25,8 +24,7 @@ |
|
|
|
|
android:scaleType="center" |
|
|
|
|
android:src="@drawable/ic_delete" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
app:riv_corner_radius="8dp" |
|
|
|
|
app:riv_mutate_background="true" |
|
|
|
|
app:shapeAppearanceOverlay="@style/VodStyle" |
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|