SolArabehety
SolArabehety

Reputation: 8616

Slide up layout

I have 2 layouts. I need to show the first layout above the second, and then the user can hide it with a slide up.

enter image description here

I got a very similar effect with the Umano Library and the slide up panel (https://github.com/umano/AndroidSlidingUpPanel) , but I couldn't slide the layout on the top (only the bottom layout can be moved). I hope you understand the idea!

Upvotes: 0

Views: 2874

Answers (1)

Abhishek Shukla
Abhishek Shukla

Reputation: 1242

Have a look at this library, it's very much similar to what you need: https://github.com/loeschg/android-slide-down-view

Upvotes: 1

Related Questions