# BlurView **Repository Path**: simon9102/BlurView ## Basic Information - **Project Name**: BlurView - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-22 - **Last Updated**: 2021-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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... ```xml //put any view here if you need, like LinearLaout, TextView, ImageView and so on. ```