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"> - +