A BottomSheet library for Android.
If you haven't already, add JitPack to your gradle repositories.
repositories {
maven {
url "https://jitpack.io"
}
}
Then add the dependency to PowerBottomSheet
compile 'com.github.u1f4f1:PowerBottomSheet:1.0'
Check the sample project for examples of how to include this in your project.