Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 26a7aa7

Browse files
Set as default landscape mode
1 parent 72cdea6 commit 26a7aa7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
android:roundIcon="@mipmap/ic_launcher_round"
1616
android:stateNotNeeded="true"
1717
android:supportsRtl="true">
18-
<activity android:name=".MainActivity">
18+
<activity
19+
android:name=".MainActivity"
20+
android:screenOrientation="landscape">
1921

2022
</activity>
2123
<activity android:name=".KioskActivity">
@@ -28,7 +30,9 @@
2830
</intent-filter>
2931
</activity>
3032

31-
<activity android:name=".SettingsActivity" />
33+
<activity
34+
android:name=".SettingsActivity"
35+
android:screenOrientation="landscape" />
3236
</application>
3337

3438
</manifest>

0 commit comments

Comments
 (0)