balysv / material-ripple

Android L Ripple effect wrapper for Views
Apache License 2.0
2.36k stars 479 forks source link

use for circular widgets #47

Open pishguy opened 9 years ago

pishguy commented 9 years ago

Hi. Thanks for sharing your library, how to use that for circular widgets and use that for listview items?

thanks

curliq commented 8 years ago

Looking for it aswell, have you find the answer?

opiumfive commented 7 years ago

MaterialRippleLayout.on(v) .rippleColor(App.RIPPLE_COLOR) .rippleAlpha(0.5f) .rippleHover(true) .rippleOverlay(true) .rippleRoundedCorners(25) .create();