Meetic / Shuffle

An easy to use swiping-view for Android
885 stars 83 forks source link

DraggableView Container dimensions #11

Closed younes0 closed 8 years ago

younes0 commented 8 years ago

What would you do to enlarge the DraggableView Container?

image

florent37 commented 8 years ago

please look at the sample https://github.com/Meetic/Shuffle/blob/master/app/src/main/res/layout/activity_horizontal.xml

just add android:clipChildren="false" on the Shuffle's container an it should works perfectly 👍