This is my debut question here, but I hope start answering soon.
I'm trying to use CommonsWare's TouchListView inside a dialog (a subclass of PreferenceDialog to be precise).
I got the list rendering the items, but they can't be dragged.
Seeing that the component can't be used in other scenarios (like with Fragment or TabGroup) I'm wondering if it's possible to use it in a dialog.
Thanks!