umano / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
http://umano.me
Apache License 2.0
9.5k stars 2.26k forks source link

Main fragment as draggable view #234

Closed ghost closed 10 years ago

ghost commented 10 years ago

My requirement is a vertical swipe to a second fragment, without previewing the panel (perhaps no height panel?) on the first. The listener of the swipe should be set to the entire first fragment layout. Is this possible with this library? If yes, could you give me some hints? Many thanks in advance.

It's not an issue, sorry if it's the wrong place to post.

tokudu commented 10 years ago

I'm not sure I understand the question. Can you post a screenshot of what you need.

ghost commented 10 years ago

screen_slidingup_panel

I've attached a screenshot of my requirement, please fell free to ask more details.

tokudu commented 10 years ago

I looks likes you should be using a vertical viewpager instead of the sliding up panel. Have a look at https://github.com/castorflex/VerticalViewPager

ghost commented 10 years ago

Yeah, already tried, but I can't use it due to other constraints (I'm inside an horizontal view pager and one of the fragments is a surface view). Thanks anyway!