Skip to content

Instantly share code, notes, and snippets.

@goliver79
Created August 23, 2015 16:29
Show Gist options
  • Save goliver79/20d5eb9d94bfbc68d384 to your computer and use it in GitHub Desktop.
Save goliver79/20d5eb9d94bfbc68d384 to your computer and use it in GitHub Desktop.
[ANDROID] Lock orientation and fullscreen
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment