/ripple

Primary LanguageJavaApache License 2.0Apache-2.0

Ripple

Step-1 Add Dependency on build.gradle(Module:app)

dependencies { compile 'com.github.PatelMilan/riplle:csiw:1.0.0' }

Step-2 Put the your widget bellow tags


Exp:-
<com.csiw.Ripple
      android:layout_width="match_parent"
     android:layout_height="match_parent"
     view_centered="true"
     view_type="doubleRipple"
     view_color="@color/colorPrimaryDark">

     <Button
          android:layout_width="match_parent"
          android:layout_height="match_parent"
          android:text="Ripple Demo"/>

</com.csiw.Ripple>