From 29bb51c456fa9fa5331fb8e7928cc1e84a71272b Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 6 Aug 2020 22:57:42 +0200 Subject: [PATCH] Android: Adjust margins for game title in menu --- .../Android/app/src/main/res/layout/fragment_ingame_menu.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"/>