Releases: rubensousa/BottomSheetBuilder
Releases · rubensousa/BottomSheetBuilder
1.6.0
1.5.1
1.5
- Improved styling
- Added support to resolved colors
- Updated support library to 25.0.1
1.4
- Fix issue with long titles
- Fix issue that caused grid bottom sheet to not expand on start
- Set title as fixed if it's the only one in a list
1.3
- Add icon tint support
- Add tablet layouts
- Fix text size to match the material design spec.
- Improve peek height on landscape
- Use a BottomSheet style by default instead of setting a default background
1.2
- Call Dialog's onCancel method if the user hides the bottom sheet
- Add option to avoid overlapping with AppBarLayout
- BREAKING: Pass MenuItem object instead of BottomSheetMenuItem to click listener
- Animate dialog dismiss and cancel
- Add java docs and sources to gradle config
- Update support library to 24.2.0
1.1
- Update support library to 23.4.0
- Only add visible menu items
1.0
- Update support lib to 23.3.0
- Improve dismiss on item click
0.3
- Add setMenu(Menu menu) to BottomSheetBuilder
- Ellipsize adapter Textviews
- Add BottomSheetMenuDialog as a workaround for BottomSheetDialog issues
0.2.1
- Refactor click listener