mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-06 02:39:56 +02:00
Use "sensor landscape" orientation for main activity (= allow landscape and reverse landscape)
This commit is contained in:
parent
2dba2a4042
commit
c4e337ae0b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<activity
|
||||
android:name="at.bitfire.gfxtablet.CanvasActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape" >
|
||||
android:screenOrientation="sensorLandscape" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue