https://github.com/SouthernBox/RippleLayout
Simulating real water ripple effect.
https://github.com/SouthernBox/RippleLayout
Last synced: 4 months ago
JSON representation
Simulating real water ripple effect.
- Host: GitHub
- URL: https://github.com/SouthernBox/RippleLayout
- Owner: NanBox
- Created: 2017-04-20T01:27:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T06:59:17.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T00:06:58.213Z (8 months ago)
- Language: Java
- Homepage:
- Size: 10 MB
- Stars: 332
- Watchers: 12
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - RippleLayout - 使用 drawBitmapMesh 实现仿真水波纹效果 (Wave)
README
[](https://bintray.com/southernbox/maven/RippleLayout/_latestVersion)
[](https://android-arsenal.com/details/1/6398)
[](https://android-arsenal.com/api?level=15)
[](https://juejin.im/post/58fb4c64ac502e0063a2721e)# RippleLayout
Through drawBitmapMesh method, simulating the real water ripple effect.

# Usage
**Add the dependencies to your gradle file:**
```javascript
dependencies {
implementation 'com.nanbox:RippleLayout:1.0.0'
}
```
**Add RippleLayout to your layout file:**```xml
```