• Stars
    star
    333
  • Rank 125,816 (Top 3 %)
  • Language
    Java
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simulating real water ripple effect.

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>