wasabeef / Blurry

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

not work #57

Closed MrLibya closed 7 years ago

MrLibya commented 7 years ago

Hello

my code :

Blurry.with(GameStart.this)
            .radius(25)
            .sampling(2)
            .async()
            .animate(500)
            .onto((ViewGroup) findViewById(R.id.game_start));

the problem is nothing is blurred , so i tried to blur a specific layout in this view and this is the result : img

so it's seems that the library is work but the problem it's just adding another blured view and not delete the old one !