Skip to content

Instantly share code, notes, and snippets.

@julianfalcionelli
Created October 28, 2016 00:10
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 julianfalcionelli/6af881f319126f000b1b150d5bc77473 to your computer and use it in GitHub Desktop.
Save julianfalcionelli/6af881f319126f000b1b150d5bc77473 to your computer and use it in GitHub Desktop.
Setting Application Theme
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
...
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment