RippleLayout

Additional

Language
Java
Version
N/A
Created
Apr 20, 2017
Updated
Jun 4, 2019 (Retired)
Owner
NanBox
Contributor
NanBox
1
Activity
Badge
Generate
Download
Source code

RippleLayout

Through drawBitmapMesh method, simulating the real water ripple effect.

Usage

Add the dependencies to your gradle file:

dependencies {
    implementation 'com.nanbox:RippleLayout:1.0.0'
}

Add RippleLayout to your layout file:

<com.nanbox.ripplelayout.RippleLayout
    android:layout_height="match_parent"
    android:layout_width="match_parent">

    <!--layout-->

</com.nanbox.ripplelayout.RippleLayout>