Created
October 28, 2016 00:10
-
-
Save julianfalcionelli/6af881f319126f000b1b150d5bc77473 to your computer and use it in GitHub Desktop.
Setting Application Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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