pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

Draggable view not sliding horizontally if used with swipable tabbed activity #94

Open tarunnoida opened 8 years ago

tarunnoida commented 8 years ago

I am using this library https://github.com/ogaclejapan/SmartTabLayout to have four fragments inside a ViewPager and further i am trying to implement Draggable View in one of those fragments to provide a draggable box like in Youtube app.But the problem is when i swipe minimized draggable view to left or right the fragments are swipped instead of draggable view..Help

pedrovgs commented 8 years ago

Hi @tarunnoida!

Could you review which is the order in the z index used by these fragments? Maybe just changing the z index used by these fragments we can fix the issue :)