Skip to content

Commit

Permalink
Merge pull request #40 from wh201906/orientation
Browse files Browse the repository at this point in the history
Flexible landscape orientation
  • Loading branch information
billthefarmer authored Nov 9, 2023
2 parents f85b561 + d539ed3 commit a389352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:name="Main"
android:exported="true"
android:launchMode="singleTask"
android:screenOrientation="landscape">
android:screenOrientation="userLandscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand All @@ -41,11 +41,11 @@

<activity
android:name="SettingsActivity"
android:screenOrientation="landscape" />
android:screenOrientation="userLandscape" />

<activity
android:name="HelpActivity"
android:screenOrientation="landscape" />
android:screenOrientation="userLandscape" />

</application>

Expand Down

0 comments on commit a389352

Please sign in to comment.