Android DatePicker 就像 Android 日历应用程序
我正在尝试实现一项活动,我希望用户在其中输入日期信息。
我希望它看起来像 Android 日历应用程序。他们的按钮看起来像一个旋转器,但带有选定的日期(图 1)。单击该按钮后,将打开“日期选择器”对话框(图 2)。
http://pineapple.cc/datepicker1.png
http://pineapple.cc/datepicker2.png
我应该使用重新设计的按钮、微调器、文本视图吗?
非常感谢你的帮助
I am trying to implement an activity where I want the user to put a date information.
I would like it to look like the Android Calendar App. Their button looks like a spinner, but with the selected date (picture 1). When the button is clicked, it opens the Date Picker dialog (picture 2).
http://pineapple.cc/datepicker1.png
http://pineapple.cc/datepicker2.png
Should I use a redesigned button, spinner, textview ?
Thank you a lot for you help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
提供的小部件不适合您吗?哎呀,误解了问题。漠视。编辑:
我正在查看 EditEventView 日历应用程序中的活动,并且他们使用启动 DatePicker 小部件的按钮。 setDate() 方法进行格式化。
Does the supplied widget not do it for you?Ooops misunderstood question. Disregard.Edit:
I'm looking at the EditEventView activity in the Calendar app, and they're using a button that launches the DatePicker widget. The setDate() method there does the formatting.