|
@@ -14,29 +14,33 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/img_root"
|
|
|
- android:layout_width="@dimen/dp_66"
|
|
|
- android:layout_height="@dimen/dp_20"
|
|
|
- android:layout_marginBottom="@dimen/dp_6"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="@dimen/dp_16"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
+ android:layout_marginBottom="@dimen/dp_3"
|
|
|
android:background="@drawable/bg_434343_raduis"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:paddingStart="3dp"
|
|
|
+ android:paddingEnd="3dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/im_pic"
|
|
|
- app:layout_constraintLeft_toLeftOf="@+id/im_pic"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/im_pic">
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/im_pic">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_collect_num"
|
|
|
+
|
|
|
+ <ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textColor="@color/color_63ffe1"
|
|
|
- android:textSize="@dimen/sp_11" />
|
|
|
+ android:src="@drawable/icon_hot_album_collect_num_tag" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/tv_collect_num"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="人收藏"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:paddingStart="3dp"
|
|
|
+ android:text="0人"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/sp_11" />
|
|
|
+ android:textSize="@dimen/sp_9" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|