Created
May 5, 2016 16:15
-
-
Save SpaceBison/ae021c661415400fa1515a8818c476d6 to your computer and use it in GitHub Desktop.
Material Design Colors
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> | |
<!-- Material colors --> | |
<color name="textColor">#de000000</color> | |
<color name="textColorSecondary">#8a000000</color> | |
<color name="textColorHint">#61000000</color> | |
<color name="textColorLight">#ffffffff</color> | |
<color name="dividerColor">#1f000000</color> | |
<color name="textColorDark">#ffffffff</color> | |
<color name="textColorSecondaryDark">#b3ffffff</color> | |
<color name="textColorHintDark">#7fffffff</color> | |
<color name="textColorLightDark">#ffffffff</color> | |
<color name="dividerColorDark">#1fffffff</color> | |
</resource> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment