Reputation: 8616
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.
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
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