Skip to content
Snippets Groups Projects
Commit 8a3b7dcc authored by Leon Tappe's avatar Leon Tappe 🔥
Browse files

force portrait on android

parent 93cae91b
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment