How to display date picker for android with only month and year fields?

前端 未结 8 2149
后悔当初
后悔当初 2020-12-03 01:31

i want to disable the day selection option on the android sdk date picker. any easy xml configuration would be the best

8条回答
  •  暖寄归人
    2020-12-03 01:55

    You can use the https://github.com/SimonVT/android-datepicker widget for backported compatibility and make the day picker 'gone'

    
    

提交回复
热议问题