Search code examples
androidlistviewradio-buttonmaterial-designripple-effect

RadioButton in ListView ripple effect


I have problem with RadioButton ripple effect. I want get this: I have ripple in full background of list item

but I have this: I have ripple only around mark

How can I implement this?


Solution

  • Use CheckedTextView in ListView with SINGLE_CHOICE_MODE parameter.