Closed OFmarting closed 6 years ago
Hey! you can call rippleDrawable
with your own arguments, like this:
but I'm totally open for improvement suggestions
Hi,
Yes, I know that I can create the RippleDrawable directly. However, I would like to use the maybeRipple
function to ensure that also a Drawable is provided on API Levels < 21.
Hi, Currently the
content
and themask
Arguments use the same Drawable when creating a RippleDrawable. There should be the possibility to provide a separate Drawable for the Mask.