Android 更改 TextField 轮廓/边框颜色

发布于 2024-11-27 20:13:29 字数 158 浏览 1 评论 0原文

我有一个文本字段,在 Android 2.2 上,当它处于焦点或正在使用时,它会突出显示它并在其周围放置一个橙色边框。

橙色与我的应用程序中的其他颜色搭配确实不太好看,所以我想知道是否有任何方法可以将其更改为不同的颜色...

提前致谢。

I have a text field, and on Android 2.2, when it is in focus or being used, it highlights it and puts an orange boarder around it.

The orange really doesn't look good with the other colors in my app, so I am wondering if there is any way to change that to a different color...

Thanks in advance.

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

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

发布评论

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

评论(1

靑春怀旧 2024-12-04 20:13:29

您可以为文本视图编写选择器,使用它可以在选择文本视图时更改其外观。
你可以参考这个:
http://developer.android.com/reference/android/content/res /ColorStateList.html

You can write selectors for your textview using which you can change the appearance of your textview when it is selected.
You can refer to this:
http://developer.android.com/reference/android/content/res/ColorStateList.html

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