Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SouthernBox/RippleLayout
Simulating real water ripple effect.
https://github.com/SouthernBox/RippleLayout
Last synced: about 3 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T06:59:17.000Z (over 5 years ago)
- Last Synced: 2024-08-04T00:06:58.213Z (4 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://api.bintray.com/packages/southernbox/maven/RippleLayout/images/download.svg)](https://bintray.com/southernbox/maven/RippleLayout/_latestVersion)
[![](https://img.shields.io/badge/Android%20Arsenal-RippleLayout-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6398)
[![](https://img.shields.io/badge/API-15+-green.svg?style=flat)](https://android-arsenal.com/api?level=15)
[![](https://badge.juejin.im/entry/58fb4cad570c350058d74eab/likes.svg?style=flat)](https://juejin.im/post/58fb4c64ac502e0063a2721e)# RippleLayout
Through drawBitmapMesh method, simulating the real water ripple effect.
![](/images/RippleLayout.gif)
# Usage
**Add the dependencies to your gradle file:**
```javascript
dependencies {
implementation 'com.nanbox:RippleLayout:1.0.0'
}
```
**Add RippleLayout to your layout file:**```xml
```