BoomMenu icon indicating copy to clipboard operation
BoomMenu copied to clipboard

The shadow color of HAM buttons is always gray...

Open radiolondra opened this issue 7 years ago • 0 comments

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

radiolondra avatar Sep 11 '17 15:09 radiolondra