Skip to content
Snippets Groups Projects
Commit f84c8903 authored by Anon's avatar Anon
Browse files

Lock orientation to portrait.

parent 8e7a0fba
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment