Blurry icon indicating copy to clipboard operation
Blurry copied to clipboard

how to blur only constraint layout

Open AhmadHossam10 opened this issue 7 years ago • 3 comments

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 avatar May 21 '18 17:05 AhmadHossam10

@wasabeef any help for this error ?

AhmadHossam10 avatar May 21 '18 17:05 AhmadHossam10

Same issue here.

tjouin avatar Aug 27 '18 15:08 tjouin

Same here.

elsennov avatar Nov 27 '21 01:11 elsennov