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

I need the main layout be on the top of sliding panel #973

Open medaboub opened 5 years ago

medaboub commented 5 years ago

Hi Haw to keep the first layout (main layout) slide up on top of sliding panel. I edit padding buttom of main layout when sliding panel is expanded and i reset main layout padding buttom to 0 when is enclapsed. I tries to edit main layout height according to sliding panel height but i can not because sliding up library use custom linear layout. Please helo me to do this in clean way.

omkar-tenkale commented 4 years ago

Flip the views

Before

After