0

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?

virsir
  • 15,159
  • 25
  • 75
  • 109

2 Answers2

1

http://developer.android.com/reference/android/graphics/Color.html ?

o0'.
  • 11,739
  • 19
  • 60
  • 87
1

See Android .xml files: Why do predefined colors not work for me?

Community
  • 1
  • 1
Florian
  • 3,069
  • 1
  • 26
  • 26