Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.01 KB

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>