Android DatePicker 就像 Android 日历应用程序

发布于 2025-01-05 21:07:27 字数 392 浏览 0 评论 0原文

我正在尝试实现一项活动,我希望用户在其中输入日期信息。

我希望它看起来像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你在看孤独的风景 2025-01-12 21:07:27

提供的小部件不适合您吗?哎呀,误解了问题。漠视。

编辑:

我正在查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文