From 772a98e85343bb5d7e4ddbcdd9eef3991d1a31ba Mon Sep 17 00:00:00 2001 From: JosJuice Date: Tue, 28 Jul 2020 19:34:27 +0200 Subject: [PATCH] Android: Ensure menu is always wide enough 25% of the screen isn't necessarily wide enough on phones, especially not in portrait mode. --- .../app/src/main/res/layout/activity_emulation.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Source/Android/app/src/main/res/layout/activity_emulation.xml b/Source/Android/app/src/main/res/layout/activity_emulation.xml index 5e516d04ad..c3be452d67 100644 --- a/Source/Android/app/src/main/res/layout/activity_emulation.xml +++ b/Source/Android/app/src/main/res/layout/activity_emulation.xml @@ -22,16 +22,14 @@ + android:layout_width="match_parent" + android:layout_height="match_parent"/>