Skip to content

NanBox/RippleLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Simulating real water ripple effect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages