You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: