wasabeef / Blurry

Blurry is an easy blur library for Android
Apache License 2.0
5.57k stars 602 forks source link

Blurry doesn't work on text #97

Open ubarua123 opened 3 years ago

ubarua123 commented 3 years ago

Bug Reporting

Doesn't blur text

Steps to Reproduce

Prerequisite - Layout should have text rendered. Use blurry using the overlay example i.e., apply blurry on root view and check results

Actual Results (include screenshots)

Text doesnt get blurred at all.

Expected Results (include screenshots)

Text Should get blurred like images.

pikaboo commented 3 years ago

I got it to work on the text by invoking blurry several times on the same view

naclcaleb commented 3 years ago

I'm having this same issue!

And for me at least, invoking blurry several times isn't working either.