Android Bottom Sheets Library

Maximilian Keppeler
3 min readDec 8, 2020

--

This bottom sheets library offers a range of beautiful bottom sheets for quick use in your android project.

Some bottom sheets the library offers. It automatically switches between day and night more — or adapt its design to your own app theme.

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.

--

--

Maximilian Keppeler
Maximilian Keppeler

Written by Maximilian Keppeler

Senior Android Developer | Web Developer - Sharing my learnings on all kinds of topics along the way with everyone.

Responses (1)