DatePickerDialog display year picker first

前端 未结 2 991
执念已碎
执念已碎 2021-02-07 19:19

I want my DatePickerDialog as soon as it opens to display the list of years.

For example, when I show the dialog I see the calendar view:

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-07 20:17

    Using the Datepicker XML modifications you can elect to show spinners instead of the Calendar, which might be beneficial for you as you want to directly edit the years.

    android:datePickerMode="spinner"
    

提交回复
热议问题