We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0f5ce commit 6e9aed7Copy full SHA for 6e9aed7
1 file changed
app/src/main/AndroidManifest.xml
@@ -31,7 +31,8 @@
31
android:exported="true"
32
android:label="${appLabel}"
33
android:windowSoftInputMode="adjustResize"
34
- android:theme="@style/Theme.Moneymongandroid">
+ android:theme="@style/Theme.Moneymongandroid"
35
+ android:screenOrientation="portrait">
36
<intent-filter>
37
<action android:name="android.intent.action.MAIN" />
38
0 commit comments