Created
July 13, 2015 14:02
-
-
Save cloudshooterhuman/82dd57a734dda39b3a6f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<!-- | |
Just set custom primary and accent color. | |
Looks best with a light theme. see the AndroidManifest | |
android:theme="@style/MaterialDrawerTheme.Light.DarkActionBar.TranslucentStatus" | |
--> | |
<color name="colorPrimary">#3E50B4</color> | |
<color name="colorPrimaryDark">#2F3E9E</color> | |
<color name="colorPrimaryLight">#C4C9E8</color> | |
<color name="colorAccent">#02A8F3</color> | |
<!-- overwrite the selected colors because the primary color is to dark --> | |
<color name="material_drawer_selected_text">#536EEA</color> | |
<color name="material_drawer_dark_selected_text">#536EEA</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment