summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-08-06 22:57:42 +0200
committerJosJuice <josjuice@gmail.com>2020-09-08 16:39:34 +0200
commit29bb51c456fa9fa5331fb8e7928cc1e84a71272b (patch)
tree99684ca52ea988bc3f20beb756e7e51ce8af5b40 /Source/Android
parent7aa9222dac1321507e07fbe27fe47f1ea41b3e27 (diff)
Android: Adjust margins for game title in menu
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml
index a0c90d1b05..16276d8313 100644
--- a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml
+++ b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml
@@ -14,7 +14,9 @@
tools:text="The Legend of Zelda: The Wind Waker"
android:textColor="@android:color/white"
android:textSize="20sp"
- android:layout_margin="32dp"/>
+ android:layout_marginHorizontal="32dp"
+ android:layout_marginTop="32dp"
+ android:layout_marginBottom="16dp"/>
<ScrollView
android:layout_width="match_parent"