BottomSheetBuilder
BottomSheetBuilder copied to clipboard
A simple library that creates BottomSheets according to the Material Design specs
Hi! How can i put rounded coners? Thanks for the lib!
- Allow using non-square icons without stretching
Hi @rubensousa , It would be possible to add the following features: 1) In addItem, besides the title, it would be possible to add another parameter, this parameter, but it...
This resolve #21 - Create builder method `addItem(int id, @StringRes int title)` and `addItem(int id, String title)` to add menu without drawable icon - Create builder method `setShowIcon(boolean showIcon)` to...
Hi, Thanks for your library. I am trying to show BottomSheet in a fragment but a problem occurs on onBottomSheetItemClick listener. Problem steps are; 1- User clicks edit button and...
issue as title setMode is MODE_LIST thank you ^^
- Allow adding menu items without icons using the builder. - Do not show empty space at icon position for menu items without icons. This fixes issues #21, #32 and...
hello there, i really happy using di this library and userfull but i need some feature to add title and set coloumn grid mode because i want to make small...
Hi, I tried to reuse dialog instance. in BottomSheetMenuDialog::onBottomSheetItemClick if (!mClicked) { mClicked = true; } Because of this part, onBottomSheetItemClick is not called from second display. Please consider supporting...
It is not exactly an issue. I would recommend adding an option (``waitDismissForBottomSheetItemClick(true)``) . When I want to start an activity on ``onBottomSheetItemClick``` it gets some lag when the dialog...