开发者

how to disable the date part in datepicker in android

开发者 https://www.devze.com 2023-02-14 05:30 出处:网络
hai i need to show the date picker dialog with month and year alone. how to disable that part alone. Or i need to create the cust开发者_Python百科om date pickerUnfortunately, the dialog is not config

hai i need to show the date picker dialog with month and year alone. how to disable that part alone. Or i need to create the cust开发者_Python百科om date picker


Unfortunately, the dialog is not configurable. Neither is the underlying DatePicker widget, AFAIK. You may be able to subclass DatePicker and have it use a different layout, or clone the DatePicker source code to create your own YearAndMonthPicker. Then, you can wrap that in an AlertDialog.


you have to custom your own date picker , or another bad solution is just to resize it manually till the date part is not shown anymore !

0

精彩评论

暂无评论...
验证码 换一张
取 消