johannilsson / android-actionbar

DEPRECATED Android Action Bar Implementation
1.3k stars 564 forks source link

Bar buttons inherit the 'separator' color if not opaque #61

Open nickdaugherty opened 12 years ago

nickdaugherty commented 12 years ago

If a bar button's color is not opaque, the separator color shines through and affects the button color, making it impossible to have transparent buttons. I know this is because the separator color is applied as the background color of a RelativeLayout in the xml...a better method may be to have a 1px element inside the relativelayout, to which the bg color is applied.

johannilsson commented 12 years ago

Agree, I have wanted to change this my self for a long time too. A patched for this would be welcomed.