---
## Demo 演示
[下载 Demo](https://github.com/QmDeve/AndroidLiquidGlassView/blob/master/app/release/app-release.apk)
---
## 快速集成
[](https://central.sonatype.com/artifact/com.qmdeve/AndroidLiquidGlassView)
### 添加依赖项:
**将以下依赖项添加到模块的`build.gradle`中:**
```gradle
dependencies {
implementation 'com.qmdeve:AndroidLiquidGlassView:1.0.0-alpha08'
}
```
---
## 如何使用
### XML 布局
```xml