- 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
- 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
- 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
- Update support library to 23.4.0
- Only add visible menu items
- Update support library to 23.3.0
- Improve dismiss on item click