Skip to content

Commit e4da465

Browse files
committed
For portrait mode.
1 parent 2365674 commit e4da465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
android:roundIcon="@mipmap/ic_launcher_round"
1313
android:supportsRtl="true"
1414
android:theme="@style/Theme.VideoStab">
15-
<activity android:name=".MainActivity">
15+
<activity android:name=".MainActivity"
16+
android:screenOrientation="portrait">
1617
<intent-filter>
1718
<action android:name="android.intent.action.MAIN" />
1819
<category android:name="android.intent.category.LAUNCHER" />

0 commit comments

Comments
 (0)