|
|
@@ -40,23 +40,38 @@
|
|
|
android:id="@+id/item_name_tv"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:maxLines="2"
|
|
|
- android:ellipsize="end"
|
|
|
android:layout_marginStart="5dp"
|
|
|
android:layout_marginEnd="5dp"
|
|
|
- android:layout_marginTop="2dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:singleLine="true"
|
|
|
android:text="王者荣耀皮肤"
|
|
|
android:textColor="#ff333333"
|
|
|
android:textSize="14sp"
|
|
|
- app:layout_constraintStart_toEndOf="@id/item_song_iv"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/item_song_iv"
|
|
|
app:layout_constraintEnd_toStartOf="@id/item_value_tv"
|
|
|
- app:layout_constraintTop_toTopOf="@id/item_icon_iv" />
|
|
|
+ app:layout_constraintStart_toEndOf="@id/item_song_iv"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/item_song_iv" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/item_name_tv2"
|
|
|
+ android:layout_width="64dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:background="@drawable/shape_e6e6e6_solid_rectangle_ntl_10"
|
|
|
+ android:gravity="center"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="射雕英雄传"
|
|
|
+ android:textColor="#ff666666"
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:visibility="invisible"
|
|
|
+ app:layout_constraintStart_toStartOf="@id/item_song_iv"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/item_name_tv" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/item_time_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="13dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
android:text="剩余时间:3天54小时12分"
|
|
|
android:textColor="#ff999999"
|
|
|
android:textSize="11sp"
|
|
|
@@ -67,15 +82,15 @@
|
|
|
android:id="@+id/item_info_tv"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:singleLine="true"
|
|
|
android:text="内容:xx皮肤、xx皮肤"
|
|
|
android:textColor="#ff999999"
|
|
|
- android:singleLine="true"
|
|
|
- android:ellipsize="end"
|
|
|
android:textSize="11sp"
|
|
|
- android:layout_marginEnd="5dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@id/item_icon_iv"
|
|
|
- app:layout_constraintStart_toStartOf="@id/item_song_iv"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/item_vip_tv"/>
|
|
|
+ app:layout_constraintEnd_toStartOf="@id/item_vip_tv"
|
|
|
+ app:layout_constraintStart_toStartOf="@id/item_song_iv" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/item_value_tv"
|