Skip to content

Instantly share code, notes, and snippets.

@cloudshooterhuman
Created July 13, 2015 14:02
Show Gist options
  • Save cloudshooterhuman/82dd57a734dda39b3a6f to your computer and use it in GitHub Desktop.
Save cloudshooterhuman/82dd57a734dda39b3a6f to your computer and use it in GitHub Desktop.
<?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