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.

Home Page:http://umano.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change sliding up panel layout to another layout

udongeex opened this issue · comments

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

trying to implement same trick, please help