Is it possible to use the new DatePickerDialog
and TimePickerDialog
style used in the latest version of android? They can be seen here : New style
there is a DatePicker library that looks just like that
For future reference, the BetterPickers library has added support for the Google Now and Google Calendar date and time pickers from AOSP.
https://github.com/derekbrameyer/android-betterpickers/
I have not been able to properly implement the library tyczj suggested, and the test APK for it even causes an ANR. Better Pickers seems more stable.
Might be worth checking out both if anyone else wants to implement this.