From 72bb5594680825802f994fe9dd1bbb93cc353df8 Mon Sep 17 00:00:00 2001 From: Andrew Dobis Date: Sun, 3 May 2020 22:53:24 +0200 Subject: [PATCH] set orientation to fixed portrait (#148) --- app/src/main/AndroidManifest.xml | 37 ++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7a4cae58..70f8df02 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ @@ -19,20 +20,32 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> - - - - + + + + + android:label="@string/title_activity_settings2" + android:screenOrientation="sensorPortrait" + tools:ignore="LockedOrientationActivity"> + android:theme="@style/AppTheme.Launcher" + android:screenOrientation="sensorPortrait" + tools:ignore="LockedOrientationActivity"> @@ -41,7 +54,9 @@ + android:windowSoftInputMode="adjustResize" + android:screenOrientation="sensorPortrait" + tools:ignore="LockedOrientationActivity"> @@ -55,9 +70,13 @@ + android:launchMode="singleTop" + android:screenOrientation="sensorPortrait" + tools:ignore="LockedOrientationActivity"> - +