This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. As seen in Umano Android App (now acquired by Dropbox). If you are using the library and you would like to have your app listed, simply let us know. Simply add the following dependency to your build.gradle file to use the latest version. Include com.sothree.slidinguppanel.SlidingUpPanelLayout as the root element in your activity layout. The layout must have gravity set to either top or bottom. Make sure that it has two children. The first child is your main layout. The second child is your layout for the sliding up panel. The main layout should have the width and the height set to match_parent. The sliding layout should have the width set to match_parent and the height set to either match_parent, wrap_content or the max desireable height.
Features
- You can change the panel height
- Enable and disable the sliding panel
- Hide the shadow above the sliding panel
- Disable the panel's touch responsiveness
- You can add parallax to the main view
- You can set an anchor point in the middle of the screen
- You can provide a scroll interpolator for the panel movement