I am trying to implement swipe to delete in RecyclerView. Everything seems to be working fine except drawing a delete icon below the item that\'s being swiped.
Thi
I switched from:
android:layout_width="1095dp" android:layout_height="1200dp"
To:
android:layout_width="wrap_content" android:layout_height="wrap_content"
Then the error went away.