Saturday, 31 August 2013

Highlight custom listview item when long click

Highlight custom listview item when long click

I have created a custom listview which has an imageview on the left and a
textview on the right. And implementing a multi-selection listview with
actionbar context menu.

the problem is, when i long click on an item it didn't gets highlighted.


here is how i setup the listview in my ListFragment

setListAdapter(new
CustomPasswordsList(this.getActivity().getApplicationContext(), titles));

No comments:

Post a Comment