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 b33b4eebcf..a05bbe3d23 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
@@ -15,6 +15,8 @@
tools:text="The Legend of Zelda: The Wind Waker"
android:textColor="@android:color/white"
android:textSize="20sp"
+ android:maxLines="@integer/game_title_lines"
+ android:ellipsize="end"
android:layout_marginHorizontal="32dp"
android:layout_marginTop="32dp"
android:layout_marginBottom="16dp"/>
diff --git a/Source/Android/app/src/main/res/values-h500dp/integers.xml b/Source/Android/app/src/main/res/values-h500dp/integers.xml
new file mode 100644
index 0000000000..8d93458a8f
--- /dev/null
+++ b/Source/Android/app/src/main/res/values-h500dp/integers.xml
@@ -0,0 +1,4 @@
+
+
+ 3
+
diff --git a/Source/Android/app/src/main/res/values-h600dp/integers.xml b/Source/Android/app/src/main/res/values-h600dp/integers.xml
new file mode 100644
index 0000000000..8c48eb8fe7
--- /dev/null
+++ b/Source/Android/app/src/main/res/values-h600dp/integers.xml
@@ -0,0 +1,4 @@
+
+
+ 4
+
diff --git a/Source/Android/app/src/main/res/values/integers.xml b/Source/Android/app/src/main/res/values/integers.xml
index bbaed0f47a..27691b3313 100644
--- a/Source/Android/app/src/main/res/values/integers.xml
+++ b/Source/Android/app/src/main/res/values/integers.xml
@@ -1,5 +1,6 @@
+ 2
3
1
6