|
@@ -27,25 +27,33 @@
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/item_name_tv"
|
|
android:id="@+id/item_name_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="5dp"
|
|
android:layout_marginStart="5dp"
|
|
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
|
|
+ android:maxLines="2"
|
|
|
|
|
+ android:ellipsize="end"
|
|
|
android:text="王者荣耀皮肤"
|
|
android:text="王者荣耀皮肤"
|
|
|
android:textColor="#ff333333"
|
|
android:textColor="#ff333333"
|
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
|
app:layout_constraintBottom_toBottomOf="@id/item_song_iv"
|
|
app:layout_constraintBottom_toBottomOf="@id/item_song_iv"
|
|
|
app:layout_constraintStart_toEndOf="@id/item_song_iv"
|
|
app:layout_constraintStart_toEndOf="@id/item_song_iv"
|
|
|
|
|
+ app:layout_constraintEnd_toStartOf="@id/item_value_tv"
|
|
|
app:layout_constraintTop_toTopOf="@id/item_song_iv" />
|
|
app:layout_constraintTop_toTopOf="@id/item_song_iv" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/item_info_tv"
|
|
android:id="@+id/item_info_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
|
|
+ android:maxLines="1"
|
|
|
|
|
+ android:ellipsize="end"
|
|
|
android:text="内容:xx皮肤"
|
|
android:text="内容:xx皮肤"
|
|
|
android:textColor="#ff999999"
|
|
android:textColor="#ff999999"
|
|
|
android:textSize="12sp"
|
|
android:textSize="12sp"
|
|
|
app:layout_constraintStart_toStartOf="@id/item_song_iv"
|
|
app:layout_constraintStart_toStartOf="@id/item_song_iv"
|
|
|
|
|
+ app:layout_constraintEnd_toStartOf="@id/item_change_one_tv"
|
|
|
app:layout_constraintTop_toBottomOf="@id/item_song_iv" />
|
|
app:layout_constraintTop_toBottomOf="@id/item_song_iv" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|