I have a ListView, which is in singleChoice mode. All I want is to display a RadioButton to the side, that when clicked highlights to say i
You can achieve much more simple, follow this. It was tried in MarshMallow
1)Have a CheckedTextView :
CheckedTextView
ListChoiceIndicatorSingle will display RadioButton.
ListChoiceIndicatorSingle
RadioButton
ListChoiceIndicatorMultiple will display CheckBox
ListChoiceIndicatorMultiple
CheckBox
Don't forgot to put choiceMode:Single in your ListView.
choiceMode:Single
ListView