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

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

    EDIT: as per the comment below, I wouldn't follow this answer anymore.

    I don't think you can do that with the default date picker. You'll have to create it out of basic Android UI elements. But instead of going to that trouble, why not use a better library element like this great-looking iPhone-esque wheel: http://code.google.com/p/android-wheel/ I haven't used it yet, but I plan to!

提交回复
热议问题