jjobes / SlideDateTimePicker

A combined DatePicker and TimePicker in a DialogFragment for Android
Apache License 2.0
836 stars 235 forks source link

can now default datetimepicker tab to initialize on time tab #42

Closed dabolink closed 1 year ago

dabolink commented 7 years ago

I have added the ability to allow the user to specify in the build if they want to default to the date picker tab vs the time picker tab. backwards compatability is kept (if not specified defaults to date tab) added example to sampleActivity