Android:如何在微调器中获取不可选择的项目?

发布于 2025-01-07 23:20:25 字数 119 浏览 1 评论 0原文

我想要微调器中的一项,它描述了该微调器是什么,而且我希望它是不可选择的,任何伙伴都可以知道如何通过示例示例执行此操作。 例如 第一项为 selectone,它是不可选择的,并且需要选择的项目

提前致谢。

i want one item in spinner , which discribes for what this spinner is and also i want it to be unSelectable can any budy know how to do this with sample example .
For Example
first item as selectone and it is unselectable and items to be selected

Thanks in advance .

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

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

发布评论

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

评论(2

孤檠 2025-01-14 23:20:25

您可以为 Spinner 设置 android:prompt="Select Question"

You can set the android:prompt="Select Question" for Spinner.

负佳期 2025-01-14 23:20:25

您将在以下链接中得到答案

如何制作一个带有初始文本“选择一个”的 Android Spinner,

但是您必须获得 Spinner 的子类,其中您需要在内部维护 2 个适配器。一个适配器具有“您的描述”选项,另一个真正的适配器(具有实际选项)

you will get your answer on following link

How to make an Android Spinner with initial text "Select One"

however you have to get subclass of spinner in which you need to maintain 2 adapter internally. One adapter that has the "your description" option, and the other real adapter (with the actual options)

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