BottomSheetBuilder icon indicating copy to clipboard operation
BottomSheetBuilder copied to clipboard

How can I change the ripple effect color?

Open SammyO opened this issue 7 years ago • 2 comments

I'd like to change the color of the ripple effect, but setting a style attribute, or providing my own custom XML. How do I achieve that?

SammyO avatar Oct 25 '17 09:10 SammyO

There's no support for this, yet. Meanwhile you can use:

setItemBackground(@DrawableRes int background)

rubensousa avatar Oct 25 '17 10:10 rubensousa

Perfect! Thank you for the quick reply.

SammyO avatar Oct 25 '17 10:10 SammyO