BottomSheetBuilder
BottomSheetBuilder copied to clipboard
How can I change the ripple effect color?
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?
There's no support for this, yet. Meanwhile you can use:
setItemBackground(@DrawableRes int background)
Perfect! Thank you for the quick reply.