How to make ripple of MaterialButton borderless
Asked Answered
P

0

6

I am using a MaterialButton and I need it to have a borderless ripple effect.

I have tried setting borderless ripple with android:background="attr/selectableItemBackgroundBorderless" but no luck. Looks like MaterialButton has its background and ripple separated. I have inspected the sources and I see ripple drawable is set up within the MaterialButtonHelper class. I was not able to override rippleDrawable through the MaterialButton.

Is there any way to use a MaterialButton with borderless ripple?

Phrasal answered 3/9, 2019 at 13:38 Comment(2)
Have you tried using app:rippleColor="@color/colorPrimary"Downpour
Hey check this out, it might help: #27394148?Moonstone

© 2022 - 2024 — McMap. All rights reserved.