Skip to content

A very fast and dynamic blur layout for Android

License

Notifications You must be signed in to change notification settings

bj-houzhenyu/BlurView

 
 

Repository files navigation

BlurView

A very fast and dynamic blur layout for Android

Here is the demo video: https://github.com/medivh397/BlurView/blob/main/demo1.mp4

How to use

All you need to do is put the BlurLayout into your layout files. BlurLayout is a view container, just like a FrameLayout...

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

        //put any view here if you need, like LinearLaout, TextView, ImageView and so on.
        
  </com.medivh.blurview.core.BlurLayout>

About

A very fast and dynamic blur layout for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%