PlaceHolderView icon indicating copy to clipboard operation
PlaceHolderView copied to clipboard

Can I set card length longer than default screen size using scroll view?

Open dhruvgajwa opened this issue 5 years ago • 1 comments

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 avatar Jan 28 '19 14:01 dhruvgajwa

@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(...)

janishar avatar Feb 06 '19 06:02 janishar