summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/layout
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-01-15 17:49:48 -0500
committerCharles Lombardo <clombardo169@gmail.com>2023-01-15 17:49:48 -0500
commit76ca57ef2ef2155a67904ae34c1b2ca0536f1a97 (patch)
treeff26c474478edfdf201386a00bdfa1016684a50e /Source/Android/app/src/main/res/layout
parent30f0051f9c36b94ddd61dbaa8451eac9a6d489a4 (diff)
Android: Fix large strings in save/load savestate fragment
Diffstat (limited to 'Source/Android/app/src/main/res/layout')
-rw-r--r--Source/Android/app/src/main/res/layout/fragment_saveload_state.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/Source/Android/app/src/main/res/layout/fragment_saveload_state.xml b/Source/Android/app/src/main/res/layout/fragment_saveload_state.xml
index 3d493a64c5..3bf05c9e66 100644
--- a/Source/Android/app/src/main/res/layout/fragment_saveload_state.xml
+++ b/Source/Android/app/src/main/res/layout/fragment_saveload_state.xml
@@ -9,38 +9,38 @@
<Button
android:id="@+id/loadsave_state_button_1"
- android:layout_width="128dp"
- android:layout_height="96dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
style="@style/OverlayInGameMenuOption"/>
<Button
android:id="@+id/loadsave_state_button_2"
- android:layout_width="128dp"
- android:layout_height="96dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
style="@style/OverlayInGameMenuOption"/>
<Button
android:id="@+id/loadsave_state_button_3"
- android:layout_width="128dp"
- android:layout_height="96dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
style="@style/OverlayInGameMenuOption"/>
<Button
android:id="@+id/loadsave_state_button_4"
- android:layout_width="128dp"
- android:layout_height="96dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
style="@style/OverlayInGameMenuOption"/>
<Button
android:id="@+id/loadsave_state_button_5"
- android:layout_width="128dp"
- android:layout_height="96dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
style="@style/OverlayInGameMenuOption"/>
<Button
android:id="@+id/loadsave_state_button_6"
- android:layout_width="128dp"
- android:layout_height="96dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
style="@style/OverlayInGameMenuOption"/>
</GridLayout>