MaterialDateTimePicker v1.4.0
Changes
DatePickerDialog
now has a dark theme: callsetThemeDark(true)
to enable itTimePickerDialog
can now show a title: callsetTitle(String title)
- Certain dates can now be highlighted by using
setHighlightedDays(Calendar[] days)
- An limited set of selectable days can now be specified using
setSelectableDays(Calendar[] days
. These take precedence oversetMinDate(Calendar day)
andsetMaxDate(Calendar day)
- Fixed #43 : setting the year made it possible to select a date outside the allowable range
- Fixed #46 : maxDate and minDate were not retained on an orientation change
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:1.4.0'
}