From 76c9daeb4c1389e93e642dd00797e03f93ae45ea Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sun, 27 Oct 2019 20:09:34 -0700 Subject: [PATCH] New style for Android app --- Android/app/src/main/AndroidManifest.xml | 2 +- Android/app/src/main/res/values/styles.xml | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Android/app/src/main/AndroidManifest.xml b/Android/app/src/main/AndroidManifest.xml index b3db0001..236620a9 100644 --- a/Android/app/src/main/AndroidManifest.xml +++ b/Android/app/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ android:name="org.deadc0de.apple2ix.Apple2Activity" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation" android:screenOrientation="sensorLandscape" - android:theme="@android:style/Theme.NoTitleBar.Fullscreen" + android:theme="@style/Theme.AppCompat.NoActionBar.FullScreen" android:launchMode="singleTask" android:windowSoftInputMode="stateHidden|adjustNothing" > diff --git a/Android/app/src/main/res/values/styles.xml b/Android/app/src/main/res/values/styles.xml index 40a9e235..cd63fc04 100644 --- a/Android/app/src/main/res/values/styles.xml +++ b/Android/app/src/main/res/values/styles.xml @@ -1,8 +1,10 @@ - - - - +