Skip to content

Instantly share code, notes, and snippets.

@msomu
Created November 1, 2014 04:14
To make an Activity just Landscape.
<activity
android:name=".MyActivity"
android:label="@string/app_name"
android:screenOrientation="landscape">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment