mancj / SlideUp-Android

SlideUp is a small library that allows you to add sweet slide effect to any view.
MIT License
1.64k stars 207 forks source link

How to push the main content #50

Open walioul opened 6 years ago

walioul commented 6 years ago

Hello Mansur,

is it possible to push the main content when a bottom panel open. I want to open a panel from bottom and move the map above the panel.

Thanks in advance.

Gounlaf commented 6 years ago

Hi @walioul,

SlideUp "wrap" your view and apply animations, translations. It doesn't know about the other views.

As you can see in example or readme (README.md#advanced-example), you can setup a listener.

I suggest you to setup one listener, and do the maths yourself to translate your main content.

If you absolutely don't know how or what to do... I can try to provide you a piece of code.