|
|
@@ -23,13 +23,27 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:padding="@dimen/margin_s">
|
|
|
|
|
|
- <com.makeramen.roundedimageview.RoundedImageView
|
|
|
- android:id="@+id/aciv_goods"
|
|
|
- android:layout_width="@dimen/size_image_list"
|
|
|
- android:layout_height="@dimen/size_image_list"
|
|
|
- android:scaleType="center"
|
|
|
- app:riv_corner_radius="4dp"
|
|
|
- android:src="@mipmap/logo_gray"/>
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/fl_video_play"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <com.makeramen.roundedimageview.RoundedImageView
|
|
|
+ android:id="@+id/aciv_goods"
|
|
|
+ android:layout_width="@dimen/size_image_list"
|
|
|
+ android:layout_height="@dimen/size_image_list"
|
|
|
+ android:scaleType="center"
|
|
|
+ app:riv_corner_radius="4dp"
|
|
|
+ android:src="@mipmap/logo_gray"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_video_play"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:src="@mipmap/video_play"/>
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
<LinearLayout
|