thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

Need to draw background with an icon when the user swipes an item #91

Closed puneetagarwal closed 5 years ago

puneetagarwal commented 7 years ago

Hello,

I want to implement a functionality to draw a background colour along with icon behind the RecyclerView item when the user swipes in left/right direction. I am using this library but I am unable to figure out how I can implement the functionality of RealmSimpleItemTouchHelperCallback and allow only limited actions eg: only swipe or only drag.

Please help me out. Thanks in advance.