How about, he adds a dropdown menu when editing colors like VB has, where it has 3 tabs, 1 for directly entering a numeric value, 1 with a list of pre-made colors, and the last one with 3 text boxes+sliders to select the RGB value?
I was just about to request the same feature - the ability to set color in the designer using:
- RGB (or HSV too, ideally)
- using a colour palette
- using preset color enumerations (DarkGray, etc.)
Also, this would be standard for all views. Right now, you get the enumerated list for colorDrawable, and the palette/RGB for gradientDrawable. Would like to have all choices for all types (unless there's a reason why it shouldn't).
Thanks!