1
0
Fork 0
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:
rfc2822 2013-10-20 11:13:51 +02:00
parent 2dba2a4042
commit c4e337ae0b

View file

@ -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" />