|
@@ -20,10 +20,13 @@
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/item_game_act_tv"
|
|
android:id="@+id/item_game_act_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
|
|
+ android:layout_marginEnd="40dp"
|
|
|
android:text="@string/default_game_act_name"
|
|
android:text="@string/default_game_act_name"
|
|
|
|
|
+ android:maxLines="2"
|
|
|
|
|
+ android:ellipsize="end"
|
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|
|
|
|
|
|