BottomSheet Spinner
Spinner with bottom sheet dialog for Android
What is this?
This is a small library for spinner view with displaying options in bottom sheet dialog. This view doesn't improve or extend the default android Spinner. The library doesn't support any other types of showing menu, only bottom sheet dialog.
Library based on BottomSheetDialogFragment and RecyclerView
Requirements
- Material Components
- AndroidX
- Min SDK 21+
Install
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add this line to your app's dependencies:
implementation 'com.github.nestoleh:bottomsheet-spinner:version'
Using
- Add view to your layout file