Oleksandr Melnykov
Oleksandr Melnykov
I've asked @PaulMaddox to provide a shadow image for `xxxhdpi`. Regarding weird two circles I'll take a look.
Added shadow image for `xxxhdpi` in 1e1b8d78d602c235f739ac5f0518627412b65bd.
It seems nobody knows what causes this bug. I posted a question http://stackoverflow.com/questions/26960939/elevation-transparency-bug-on-android-lollipop but got no answers. Can it be an Android bug?
@Iggy82 No, still no solution...
Could you attach a screenshot for this bug?
Thanks, I'll take a look on it.
Hi, could you attach a screenshot?
This is how it looks with a custom FAB size set to 42dp on the pre-Lollipop device:  The white outline exists around the button because shadow is used as...
How about disabling the shadow for the FAB itself (`fab:fab_shadow="false"`) and wrapping the FAB with a view group that provides a shadow for it. For example I have found this...