<resources>
<drawable name="red">#7f00</drawable>
....
<color name="solid_red">#f00</color>
.....
</resources>
This is some part of the colors.xml from android samples directory.
Now my question is that, what is the difference between defining a color in <drawable>
tag and <color>
tag ?