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

Change sliding up panel layout to another layout #957

Open udongeex opened 5 years ago

udongeex commented 5 years ago

Im creating an app that there's a map above and listview of store below. When the user click a data in list, the layout with list will be replace and be the details of the store and the map above will stick. Can you suggest a way to overrite the layout of list and replace it with the detail of the store. Thanks a lot

romangromov commented 4 years ago

trying to implement same trick, please help