0

I was using DatePicker component in my app to choose a day/month/year

Now that my phone is updated to ICS, I discovered that the year field is replace by a full calendar. Is there a way to go back to the 3 columns with day / month / year?

TZHX
  • 5,291
  • 15
  • 47
  • 56
Geob-o-matic
  • 5,940
  • 4
  • 35
  • 41

1 Answers1

7

Try android:calendarViewShown="false" on your <DatePicker> in your layout.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491