balysv / material-ripple

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

ripple corners #77

Open altairmizuchi opened 7 years ago

altairmizuchi commented 7 years ago

Hello

I am not sure but may be it is worth to mention that app:mrl_rippleRoundedCorners needs app:mrl_rippleOverlay="true"?

Javadq commented 4 years ago

You save my life!

itchenning commented 2 years ago

I have the same question on virtual device. Solution: Code:

setLayerType(LAYER_TYPE_SOFTWARE, null); 

xml:

app:mrl_rippleRoundedCorners="26dp"
app:mrl_rippleOverlay="true"