android-holo-colors icon indicating copy to clipboard operation
android-holo-colors copied to clipboard

Unreadable Text when white selected

Open blundell opened this issue 10 years ago • 5 comments

When I select white as my color I can't read any labels.

screen shot 2014-01-24 at 11 32 24

blundell avatar Jan 24 '14 11:01 blundell

Hum, that's quite normal since the text is white. I could test white color to avoid this but if you select FFFFFE it will be the same... Does this prevent you to use the tool ? What do you expect ?

jeromevdl avatar Jan 24 '14 11:01 jeromevdl

I would expect the selected buttons text color to be black.

It would stop someone new from using the tool, for instance at the bottom they would have to guess that you click this white square to download the assets:

screen shot 2014-01-24 at 12 05 53

blundell avatar Jan 24 '14 12:01 blundell

As apposed to any other color where it is quite obvious:

screen shot 2014-01-24 at 12 06 45

blundell avatar Jan 24 '14 12:01 blundell

OK when it is white (FFFFFF) but what to do when it is 'almost' white (FFFFFE or any other EFFFFF, even FFFAFF...)

jeromevdl avatar Jan 24 '14 12:01 jeromevdl

:-) ah ha well that is up to you. It was just an FYI.

You could change making the text color programmatically changeable and have a map of complimentary colors so when white is picked, its complementary text colour is black. Then you'd have to choose the cut off point for "shades" of white.

blundell avatar Jan 24 '14 13:01 blundell