DevsmartLib-Android
DevsmartLib-Android copied to clipboard
ContextMenu doesn't work HorizontalListView
Hi,
I'm trying to use context menu on your HorizontalListView but it doesn't seem to work:
AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo)item.getMenuInfo();
info is null.
Thanks for your component