Is there a common color file including all common colors for Android application development?
It is a common thing to add a color name and a color RGB value in a config xml file for developing an Android application. It is boring sometimes for example, when I want to add color pink, I had to find some tool to show me what the exact RGB value for it and then fill it in that xml开发者_Go百科 file.
I am wondering is there any predefined color file?
http://developer.android.com/reference/android/graphics/Color.html ?
See Android .xml files: Why do predefined colors not work for me?
精彩评论