Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 513 Bytes

File metadata and controls

11 lines (8 loc) · 513 Bytes

Android SlidingUp Panel Sample

How to create simple sliding up panel like Uber App or Google Maps. Instead of using third party library, we can use BottomSheetBehavior from android support library. https://material.io/components/android/catalog/bottom-sheet-behavior/

Just add android support design libray : compile 'com.android.support:design:25.0.0'

Example

Sample

Please note that the layout with the BottomSheetBehavior has to be a direct child of the CoordinatorLayout!