Ramotion / cardslider-android

:octocat: 🃏 Cardslider is a material design UI controller that allows you to swipe through cards with pictures and accompanying descriptions.
https://www.ramotion.com/cardslider-android-ui-app-development-library-to-interact-with-cards/
MIT License
2.34k stars 358 forks source link

Scrolling Delete Card Positioning #34

Closed edgarscr closed 5 years ago

edgarscr commented 5 years ago

Hello how are you?

When you scroll all cards to left and delete de active card the scroll position dont update example in photo

image

can you help me or tell me what i can do for that?

golovin47 commented 5 years ago

Hello, @edgarscr. Look closer to library example implementation. You may try to change it to acquire behavior you need. When it will behave the way you need apply it to your project.

edgarscr commented 5 years ago

Hello, my problem its this look normal recycler view cards

image

scrolling work perfect

but if i scroll all to right

image

Looks like that, but if i remove one card (last) they stay like this

image

but i search in ur documentation and dont found nothing to help .

golovin47 commented 5 years ago

This feature is specific to your project so you'll need to figure out how to implement it. If you'll need then you can fork this lib and customize it the way you need.