是否有像 DatePicker 这样的组件用于选择字符串值?

发布于 2024-10-18 20:33:53 字数 137 浏览 1 评论 0原文

我希望用户能够从字符串值列表(总共大约 25 个)中进行选择,并且喜欢使用 DatePicker 样式组件来执行此操作的想法。然而,我能找到的只是微调器,它是一个下拉框,而我的选择列表对于它来说有点太大了。有没有像 DatePicker 这样的组件我可以使用?

I want the user to be able to select from a list of string values (about 25 in all) and like the idea of using the DatePicker style component to do it. However, all I can find is the spinner which is a drop down box and my selection list is just a little too big for it. Is there a component like DatePicker I can use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

笔落惊风雨 2024-10-25 20:33:53

Android中没有这样的组件。我有一个主意。

让我们在视图级别使用 AlertDialogListView 的组合。为此,创建一个 AlertDialog,然后创建一个具有列表视图的视图,其中包含通过 SimpleAdapter 连接的 25 个字符串元素。完成列表视图和适配器的工作后,进入Alertdialog并使用AlertDialog.BuildersetView()

there is no such component in Android. I have an idea.

lets go with an AlertDialog with the combination of ListView at the view level. To do that create an AlertDialog and then create a view having listview that contains 25 string elements in connected by a SimpleAdapter. Once you done with the listview and adapter stuff, come to the Alertdialog and use setView() of AlertDialog.Builder.

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