diff --git a/common/src/main/res/layout/item_home_sud_game_list.xml b/common/src/main/res/layout/item_home_sud_game_list.xml index 887177cac..6318ba6c1 100644 --- a/common/src/main/res/layout/item_home_sud_game_list.xml +++ b/common/src/main/res/layout/item_home_sud_game_list.xml @@ -78,7 +78,7 @@ android:layout_width="150dp" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:layout_marginBottom="5dp" + android:layout_marginBottom="8dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are" @@ -90,7 +90,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="3dp" - android:layout_marginBottom="3dp" + android:layout_marginBottom="7dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are_2" diff --git a/common/src/main/res/layout/item_sud_game_list.xml b/common/src/main/res/layout/item_sud_game_list.xml index 2a0914af1..2ebf2e5c4 100644 --- a/common/src/main/res/layout/item_sud_game_list.xml +++ b/common/src/main/res/layout/item_sud_game_list.xml @@ -79,7 +79,7 @@ android:layout_width="150dp" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:layout_marginBottom="5dp" + android:layout_marginBottom="8dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are" @@ -91,7 +91,7 @@ android:layout_width="70dp" android:layout_height="wrap_content" android:layout_marginEnd="3dp" - android:layout_marginBottom="3dp" + android:layout_marginBottom="7dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are_2"