BottomSheetBuilder icon indicating copy to clipboard operation
BottomSheetBuilder copied to clipboard

A simple library that creates BottomSheets according to the Material Design specs

Results 17 BottomSheetBuilder issues
Sort by recently updated
recently updated
newest added

(Android) Do not show empty space on the left when no icon for item is provided

I see Material design guide https://material.io/guidelines/components/bottom-sheets.html#bottom-sheets-modal-bottom-sheets Section Tablet, Long list visible with two columns

Hello First, **nice work** . I was playing with a really basic builder with just 1 option and 1 Icon. In a landscape mode, with my tablet _TabA SM-P550 Android...

- add support multi item text and tint colors when adding separated items - add support multi item text and tint colors when adding menu layout - add `inflateMenu` util

I want to be a able to control the visibility of my BottomSheetDialog, so I'm using the builder with a coordinatorlayout provided. It seems however, that with that setup I...

bug
help wanted

I'd like to change the color of the ripple effect, but setting a style attribute, or providing my own custom XML. How do I achieve that?

enhancement