anyone knows a decent way to remove touch feedback...
# android
d
anyone knows a decent way to remove touch feedback from RadioButton/Checkbox which is a child of a
RecyclerView
item? I want the whole item to be highlighted, so I set
background
to
?attr/selectableItemBackground
, but child radiobutton still gets highlighted 😞