mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-31 00:40:11 +02:00
force portrait mode
This commit is contained in:
parent
ada3214838
commit
92cd1d8f31
@ -9,7 +9,9 @@
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".MainActivity">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:screenOrientation="portrait">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user