Created
July 18, 2012 17:48
-
-
Save ryanbateman/3137708 to your computer and use it in GitHub Desktop.
Decent-looking Android buttons using only shape drawables
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
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<color name="lightorange">#d98800</color> | |
<color name="darkorange">#b44a00</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment