Reputation: 15499
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 file.
I am wondering is there any predefined color file?
Upvotes: 0
Views: 1790
Reputation: 11863
http://developer.android.com/reference/android/graphics/Color.html ?
Upvotes: 1