On my settings screen I have a date picker widget. In the designer in Eclipse, it shows as I want (3 spinners for D-M-Y) but when I test on my device, I get a rather odd vie
I made it work with the following XML configuration:
android:datePickerMode="spinner" android:calendarViewShown="false"
Only the following configuration didn't work for me:
android:calendarViewShown="false"