afthill / 500px-android-blur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

500px Android Blurring View

For more information, please see our blog post.

Usage

First, give the blurring view a reference to the view to be blurred:

blurringView.setBlurredView(blurredView);

and then whenever the blurred view changes, invalidate the blurring view:

blurringView.invalidate();

Demo

500px Blurring View Demo

About


Languages

Language:Java 100.0%