android - What color should an icon have when used in Action Bar? -
i want make icon used in actionbar. color should use fill it?
in android documentation says:
light theme.
colors: #333333 enabled: 60% opacity disabled: 30% opacity
dark theme.
colors: #ffffff enabled: 80% opacity disabled: 30% opacity
i know how set opacity in android color, in case it's png file.
what hex value should use, in illustrator, fill icon achieve equivalent of #ffffff 80% opacity
?
and other cases?
for people making own icons:
full opacity 255 (#ff in hex) 80% opacity set alpha 204 (#cc in hex) , 60% opacity set 153 (#99 in hex).
Comments
Post a Comment