AndroidLiquidGlassView
Introduction: AndroidLiquidGlassView: Android Liquid Glass View Library, Real Refraction and Dispersion Effects
Tags:
Liquid Glass-GitHub-English | 简体中文
Note: Repository
This project is maintained on multiple platforms to facilitate developers in different regions. The content of all warehouses should be consistent
- Realistic
liquid glasseffect - Physically-basedrefractionanddispersioneffects - Height can be customized - support the adjustment of rounded corner radius, refraction height, refraction offset, dispersion parameters, blur radius, tone, etc
- Based on physical and realistic elastic effects
Requirements
- Android API 33 + (Android 13), to get the full glass effect
Screenshot

Demo experience
Start using
Quick integration
Add dependencies in the dependencies{} block of build.gradle
dependencies {
implementation 'com.qmdeve:AndroidLiquidGlassView:<Version>'
}
Quick use
Usage: https://glass-docs.qmdeve.com/
Effect explaination
On Android 13 and later devices, the library renders the full Liquid Glass effect, including:
Physics-based refraction effectsAdjustable blur effectDispersion effectCustom tint overlay
On devices below Android 13, the view will maintain a transparent background and will not render any effects
Star History
My open source project
License
Copyright ©️ 2025 QmDeve
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
