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

前端 未结 8 2182
后悔当初
后悔当初 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:56

    I just have released a new date picker framework which allows you to create custom date picker. I also provided some example date pickers like the one you are looking for. Hope, that it works for you.

    the code can be found here: https://github.com/bendemboski/DateSlider

    UPDATE 06/2014: This library was developed 2010 and has been unmaintained since 2011. So it is most likely out of date by now.

提交回复
热议问题