PlaceHolderView
PlaceHolderView copied to clipboard
Can I set card length longer than default screen size using scroll view?
Is there any way for cards to be longer than default screen length? I tried applying scrollview inside frame layout and setting only horizontal swipe! but this didn't seem to work! Any help would be appreciated. And thank you so much for this awesome library!
@dhruvgajwa Refer this: https://medium.com/@janishar.ali/modifying-android-tinder-swipe-view-example-to-support-auto-resize-94f9c64f641e
Try using this to see if it works:
.setViewWidth(...)
.setViewHeight(...)