Skip to content

How to create slidingUp panel using android support library (BottomSheetBehavior)

Notifications You must be signed in to change notification settings

andrisasuke/Android-SlidingUp-Panel

Repository files navigation

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!

About

How to create slidingUp panel using android support library (BottomSheetBehavior)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages