BoomMenu
BoomMenu copied to clipboard
The shadow color of HAM buttons is always gray...
Hi,
I'm trying to change the color of the shadow of HAM buttons but the result shadow color is always some tint of gray. :(
I did something like this:
Bmb.addBuilder(new HamButton.Builder() ..... .shadowEffect(true) .shadowOffsetX(10) .shadowOffsetY(15) .shadowRadius(Util.dp2px(5)) .shadowCornerRadius(Util.dp2px(3)) .shadowColor(Color.parseColor("#80DF1048")) // AARRGGBB- some red tint with alpha .....
But the shadow color is still gray.
May you help me? Thanks Rob