wasabeef / Blurry

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

how to blur only constraint layout #77

Open AhmadHossam10 opened 6 years ago

AhmadHossam10 commented 6 years ago

How to blur a specific layout not all the view. When I write

Blurry.with(getActivity()).radius(25).sampling(2).async().onto((ViewGroup) constraintLayout.getRootView());

it works but overlays all the screen but I just want to blur a specific part not all of it.

Blurry.with(getActivity()).radius(25).sampling(2).async().onto(constraintLayout);

It doesn't work

AhmadHossam10 commented 6 years ago

@wasabeef any help for this error ?

tjouin commented 5 years ago

Same issue here.

elsennov commented 2 years ago

Same here.