faradaj / BlurBehind

[DEPRECATED] Easily have blurred and transparent background effect on your Android views.
514 stars 109 forks source link

Not blurring over Map area #4

Open Odaym opened 9 years ago

Odaym commented 9 years ago

I've tested the library with an Activity that has a Relative Layout and some more elements and it works just fine and it blurs well and just like the demo on the main page.

However when I try the exact same code for another Activity that has a Google Maps map fragment and some other elements on the top and bottom of that Activity, all those elements get blurred except for the map. Here is the screenshot of this issue and I find it very strange, I even just tried to put the map inside another Relative Layout just to see, it didn't make any difference.

Wrong blurring activity: http://i.imgur.com/LyXNGTU.png?1

Correctly blurring Activity: http://i.imgur.com/1ohw0RS.png?1

Any ideas @faradaj or @jbaruch ?

jbaruch commented 9 years ago

Just to make it clear, I have nothing to do with the library itself :) Opting myself out.

Odaym commented 9 years ago

No problem thanks for the help so far

faradaj commented 9 years ago

Hi @Odaym , This seems like a bug, thanks for reporting.

decarlomw commented 9 years ago

@faradaj have you made any progress on fixing this issue. I to am having the same problem.

Odaym commented 9 years ago

I myself have tried many other libraries and none work properly (or at least as expected). An example is 500px's attempt