istereo2

changeset 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 f0da8b2b61ec
files android/Makefile android/manifest.xml.in
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/android/Makefile	Mon Oct 05 06:00:16 2015 +0300
     1.2 +++ b/android/Makefile	Mon Oct 05 06:11:54 2015 +0300
     1.3 @@ -101,7 +101,7 @@
     1.4  	$(MAKE) update-project
     1.5  
     1.6  .PHONY: update-project
     1.7 -update-project: build.xml
     1.8 +update-project: build.xml google-play-services_lib
     1.9  	android update project -p . -t $(android_platform) --library google-play-services_lib --subprojects
    1.10  
    1.11  .PHONY: logcat
     2.1 --- a/android/manifest.xml.in	Mon Oct 05 06:00:16 2015 +0300
     2.2 +++ b/android/manifest.xml.in	Mon Oct 05 06:11:54 2015 +0300
     2.3 @@ -19,6 +19,7 @@
     2.4  
     2.5  		<activity android:name="MainActivity"
     2.6  			android:configChanges="orientation"
     2.7 +			android:screenOrientation="userLandscape"
     2.8  			android:label="$APPTITLE">
     2.9  
    2.10  			<meta-data android:name="android.app.lib_name" android:value="$APPNAME"/>