MaterialDateTimePicker v3.5.0
Changes
Features
- Fixed #144 - Support for horizontal swiping in the DatePickerDialog
- Fixed #419 #325 - Clients can now set a custom locale instead of using the device default
Bugfixes
- Fixed rounding logic when only a year range is specified
- Fixed #398 #383 - Ensure TimeZone information is properly used everywhere
- Fixed #430 - Fixed issue where overriding the background color would not behave as expected
- Ensured Dialogs can be reused by called initialize() again
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:3.5.0'
}