Is there a common color file including all common colors for Android application development?
Posted
by virsir
on Stack Overflow
See other posts from Stack Overflow
or by virsir
Published on 2010-04-28T08:57:46Z
Indexed on
2010/04/28
9:03 UTC
Read the original article
Hit count: 281
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?
© Stack Overflow or respective owner