I’m using TouchListView in my app. After converting all activities to fragments I’ve a question: the fragment with touchlistview inside is 50% of my tablet screen. If I drag a row the dragged row is exactly in the middle of the screen. But this distorts the other fragment. What can I do to prevent overlaying a different fragment?
Thanks in advance
Thomas
Found out that I used an older implementation of TouchListView.
Had to update the following line in
from
to
That’s it 🙂