在微调器中选择时仅更改 Android 按钮颜色

发布于 2024-12-18 09:21:25 字数 54 浏览 0 评论 0原文

我目前有带有单选按钮的微调器,选择时会变成绿色,我想让它们变成蓝色。我可以轻松地做到这一点吗?

I currently have spinners with radio buttons that turn green when selected and I would like to have them be blue instead. Can I do this without to much trouble?

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

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

发布评论

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

评论(1

人疚 2024-12-25 09:21:25

我想唯一的方法是创建自定义单选按钮。实施起来不会很难。为此,您需要在 res/styles.xml 中定义样式以及单选按钮的 xml。在此 xml 文件中,您可以指定选定状态、未选定状态等的可绘制对象。
检查这个回答出来,它详细解释了要做什么。还有这里有关相同的教程。

希望这有帮助。

I guess the only way would be to create your custom radio buttons. Won't be very difficult to implement. For that you will need to define the style in res/styles.xml and an xml for the radio buttons. In this xml file you can specify the drawables for selected state, un-selected state etc.
Check this answer out, it explains in detail what to do. Also here's a tutorial on the same.

Hope this helps.

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