Set fixed size for 'custom' label in LoadGameActivity
This commit is contained in:
parent
1742b9dc33
commit
a941f146f4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/loadgame_listentry_custom_label"
|
android:id="@+id/loadgame_listentry_custom_label"
|
||||||
android:layout_width="0dp"
|
android:layout_width="10dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_marginLeft="8dp"
|
android:layout_marginLeft="8dp"
|
||||||
|
|
Loading…
Reference in a new issue