I am working through The Big Nerd Ranch\'s Android Guide. In the assignment Criminal Intent I am using DatePicker with following layout.
On pre-5.0 devices, calendar
Below code worked for me
new DatePickerDialog(getActivity(),android.R.style.Theme_Holo_Dialog, this, year,month, day);