Skip to content

Commit 839a277

Browse files
author
Vintache Jean
committed
disable auto-rotate
1 parent 63c913c commit 839a277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Colladia/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
android:icon="@mipmap/ic_launcher"
1010
android:label="@string/app_name"
1111
android:supportsRtl="true"
12-
android:theme="@style/ColladiaTheme" >
12+
android:theme="@style/ColladiaTheme"
13+
android:screenOrientation="portrait" > <!-- disable auto-rotate -->
1314

1415
<activity
1516
android:name=".LoginActivity"

0 commit comments

Comments
 (0)