I have a listview and have implemented the MultiChoice mode to be MultipleModal and set a MultiChoiceModeListener via
'listView.SetMultiChoiceModeListener(this)` and then had my activity implement the interface.
I would like to have an action bar item that when clicked, toggles on the listview multi choice mode as a way for non savvy users to discover this feature.
How can I accomplish this?
EDIT: When calling 'listView.startActionMode(this)' the contextual action bar will appear, but the list view responds to click events like normal rather than highlighting them like I want.