Unclaimed project
Are you a maintainer of AndroidSlidingUpPanel? Claim this project to take control of your public changelog and roadmap.
Changelog
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.
umano prefix for all attributesclipPanel attribute for supporting transparent panels in non-overlay mode.setEnabled(false) - now completely disables the sliding panel (touch and programmatic sliding)setTouchEnabled(false) - disables panel's touch responsiveness (drag and click), you can still control the panel programaticallygetPanelState - is now the only method to get the current panel statesetPanelState - is now the only method to modify the panel state from code