0

I am trying to set ripple effect on button android version 4.4, but application getting crash.

  • 1
    Either you can create your custom ripple effect in this folder res->values-21->ripple.xml (refer this link http://stackoverflow.com/a/27529637/4906130) or you can use third party library for that https://github.com/traex/RippleEffect, https://github.com/balysv/material-ripple – Bhavnik Mar 08 '17 at 05:35

1 Answers1

1

You can try this example: https://github.com/siriscac/RippleView

Good look!

Gusn8
  • 11
  • 2