Skip to content

Instantly share code, notes, and snippets.

@binzram
Created May 17, 2018 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binzram/e38624075d8d32e4977f8ddd3c40a6dd to your computer and use it in GitHub Desktop.
Save binzram/e38624075d8d32e4977f8ddd3c40a6dd to your computer and use it in GitHub Desktop.
Landscape Android
<?xml version="1.0" encoding="utf-8"?>
<manifest>
...
<application>
<activity
android:name=".MainActivity"
android:screenOrientation="landscape">
...
</activity>
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment