Skip to content

Through drawBitmapMesh method, simulating the real water ripple effect.

Notifications You must be signed in to change notification settings

naseemakhtar994/RippleLayout-1

 
 

Repository files navigation

RippleLayout

Through drawBitmapMesh method, simulating the real water ripple effect.

Usage

Add the dependencies to your gradle file:

dependencies {
    compile 'com.southernbox:RippleLayout:0.1.0'
}

Add RippleLayout to your layout file:

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

    <!--layout-->

</com.southernbox.ripplelayout.RippleLayout>

About

Through drawBitmapMesh method, simulating the real water ripple effect.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%