👩💻 Join our community of thousands of amazing developers!
BottomDialogs An Android library that shows a customizable Material-based bottom sheet. API 11+ required. Add the repository to your project build.gradle: repositories { maven { url "https://jitpack.io" } } And add the library to your module build.gradle: dependencies { compile 'com.github.javiersantos:BottomDialogs:1.2.1' } ...