Ability to use RGB values for views

JdV

Active Member
Licensed User
Longtime User
Hello

Would it be possible to add the facility to set the colour of views using (A)RGB values in the designer (as opposed to just choosing from the pre-defined list)?

Regards

Joe
 

JdV

Active Member
Licensed User
Longtime User
I appreciate that the colour value can be set manually in code like other attributes.
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
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?
 

Morbid Curios

Member
Licensed User
Longtime User
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?

+1
 

Dave O

Well-Known Member
Licensed User
Longtime User
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!
 

icefairy333

Active Member
Licensed User
Longtime User
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!

+1
 
Top