You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When i swipe left and then swipe right or just tap to return back to the normal state, it shows the boundaries around the item layout or you can say elevation. I am not using any cardview.
So the layout doesn't look nice.
Please help.
The text was updated successfully, but these errors were encountered:
Hi @AmanRathi9,
I had the same issue with the elevation staying after the item returns to its normal state.
After some digging in the code, I solved it by adding a call to clearView(recyclerView, currentItemViewHolder); method inside setTouchUpListener(...) in SwipeController.java right after the buttons click callbacks.
Hi,
When i swipe left and then swipe right or just tap to return back to the normal state, it shows the boundaries around the item layout or you can say elevation. I am not using any cardview.
So the layout doesn't look nice.
Please help.
The text was updated successfully, but these errors were encountered: