Skip to content

medivh397/BlurView

Repository files navigation

BlurView

A very fast and easy-to-use dynamic blur view for Android



How to use

BlurView can be used as a regular FrameLayout. It blurs its underlying content and draws it as a background.

  <com.medivh.blurview.core.BlurLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        >

        //put any view here if you need,such as LinearLayout,TextView,ImageView,etc.
        
  </com.medivh.blurview.core.BlurLayout>

How about the performance?

Because of the high optimized implementation,BlurView can be very fast even on some low performance devices.

About

A very fast and dynamic blur layout for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages