Skip to content

Instantly share code, notes, and snippets.

@davidelp68
Last active August 19, 2019 08:54
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 davidelp68/9a0d2d7239b740cdcfe2604f96ba4453 to your computer and use it in GitHub Desktop.
Save davidelp68/9a0d2d7239b740cdcfe2604f96ba4453 to your computer and use it in GitHub Desktop.
Andorid Studio - FullScreen nel file AndroidManifest.xml
<activity
android:configChanges="orientation|screenSize"
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment