Reputation: 6079
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
Reputation: 1006859
Try android:calendarViewShown="false"
on your <DatePicker>
in your layout.
Upvotes: 7