istereo2

diff android/manifest.xml.in @ 26:64ca672a79dc

fixed orientation to either left or right landscape
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 05 Oct 2015 06:11:54 +0300
parents a9f2d30f7e8e
children
line diff
     1.1 --- a/android/manifest.xml.in	Mon Oct 05 06:00:16 2015 +0300
     1.2 +++ b/android/manifest.xml.in	Mon Oct 05 06:11:54 2015 +0300
     1.3 @@ -19,6 +19,7 @@
     1.4  
     1.5  		<activity android:name="MainActivity"
     1.6  			android:configChanges="orientation"
     1.7 +			android:screenOrientation="userLandscape"
     1.8  			android:label="$APPTITLE">
     1.9  
    1.10  			<meta-data android:name="android.app.lib_name" android:value="$APPNAME"/>