Android Bottom Sheets Library
This bottom sheets library offers a range of beautiful bottom sheets for quick use in your android project.
Check the library bottom-sheets directly out on GitHub.
Overview of provided bottom sheets
- Info Bottom Sheet
- Options Bottom Sheet
- Clock Time Bottom Sheet
- Time Bottom Sheet
- Input Bottom Sheet (quick forms)
- Calendar (Date and Date Range Picker) Bottom Sheet
- Color Picker Bottom Sheet
- Custom Bottom Sheet Implementation
Info Bottom Sheet
The Info
Bottom Sheet lets you display information or warning.
Options Bottom Sheet
The Options
Bottom Sheet lets you display a grid or list of options.
Clock Time Bottom Sheet
The Clock Time
Bottom Sheet lets you quickly pick a time.
Time Bottom Sheet
The Time
Bottom Sheet lets you pick a duration time in a specific format.
Input Bottom Sheet
The Input
Bottom Sheet lets you display a form consisting of various inputs.
Calendar Bottom Sheet
The Calendar
Bottom Sheet lets you pick a date or date range.
Color Bottom Sheet
The Color
Bottom Sheet lets you pick a color. Display the default material colors or specify which colors can be chosen from. You can allow to choose a custom color as well.
Custom Bottom Sheet
With just the ‘core’ module you are able to create your own bottom sheet based on this library. You can use some components and styles within your own custom bottom sheet automatically. By default, the buttons and toolbar view with logic is ready to be used by your own implementation.