From c1ed54832c69d2ab4fdc877b9cba74e2a07d673b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 25 Oct 2013 21:05:42 -0400 Subject: [PATCH] [Android] Maintain the chosen button layout when returning to the input overlay configuration menu. - Also make the overlay configuration screen fullscreen for the app. - Also force the overlay activity to be landscape, since this is the only orientation the EmulationActivity supports. --- Source/Android/AndroidManifest.xml | 12 ++++++++---- .../input/InputOverlayConfigButton.java | 17 +++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml index 5b2a3cfee9..5ecd07f5de 100644 --- a/Source/Android/AndroidManifest.xml +++ b/Source/Android/AndroidManifest.xml @@ -33,12 +33,16 @@ - + - + - +