Custom listview item in ListViewDragginganimation
So I have an android project where I have good use for a sorting functionality. I've been using DevBytes ListViewDraggingAnimation https://www.youtube.com/watch?v=_BZIvjMgH-Q I have gotten it to work in my app and layout, but one big issue still remains, I cannot get it to work with my custom ListView items. The stock item in DevBytes code is a plain TextView as such: <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#FFF" android:textSize="@dimen/list_text_size" android:gravity=