类似 TimePicker 的小部件
是否有可能获得像 Time 或 DatePickers 中使用的那样的旋转框?我想使用这些来设置我自己的数据。
提前致谢
is it any possibility to get a spin box like the ones used in Time or DatePickers? I want to set my own data using those.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更准确地说,我认为您正在寻找这个: http://developer.android .com/reference/android/widget/NumberPicker.html。
编辑:
或者如果您正在研究其他选项,这里已经讨论过:Android 数字选择器对话框< /a>.
希望有帮助!
More precisely, I think you are looking for this: http://developer.android.com/reference/android/widget/NumberPicker.html.
EDIT:
Or if you're looking into other options, it already has been discussed here: Android Number Picker Dialog.
Hope it helps!
可以通过自定义视图... http://developer.android .com/guide/topics/ui/custom-components.html
快乐编码;)
it is possible via a custom view... http://developer.android.com/guide/topics/ui/custom-components.html
happy coding ;)