Manabu-GT / EtsyBlur

EtsyBlur is an Android library that allows developers to easily add a glass-like blur effect implemented in the Etsy app.
Apache License 2.0
756 stars 150 forks source link

Screen Edge don't Blur #7

Closed MohHeader closed 7 years ago

MohHeader commented 9 years ago

First, I would like to thank you for your effort,

I have some sort of issue where The Activity Screen is not Fully blurred, as a slim part of it is not blurred,

i.e. if the Drawer is from the left, ( The far edge on the right is not blurred )

Thanks,

MohHeader commented 9 years ago

I found the reason ( But not solved yet )

The Image that is taken for the activity is ( Transparent ) That's why some part's appear not blurred. ( Behind the transparent area )

MohHeader commented 9 years ago

Workaround :

android:background="?android:colorBackground"

But still hope that there is a native solution

Manabu-GT commented 7 years ago

I don't know if you are still looking for a solution, but I added "overlayColor"(color used to overrlay the blurred image) option in v0.2.0 and you could probably use it instead of the above workaround.

Thanks.