Set fixed size for 'custom' label in LoadGameActivity

This commit is contained in:
uykek 2020-08-31 11:28:32 +02:00
parent 1742b9dc33
commit a941f146f4

View file

@ -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"