Geob-o-matic
Geob-o-matic

Reputation: 6079

Android datepicker year field changed in ICS

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?

Upvotes: 0

Views: 410

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006859

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

Upvotes: 7

Related Questions