It's a nice example and good base, but it's hard to believe that you made the only accessible API to accept colors as hash-strings.
What's wrong with the Android-style int (0xFF335566) colors (android.graphics.Color) or just color resources (R.color.accent)?
It's a nice example and good base, but it's hard to believe that you made the only accessible API to accept colors as hash-strings.
What's wrong with the Android-style
int(0xFF335566) colors (android.graphics.Color) or just color resources (R.color.accent)?