Android 更改 TextField 轮廓/边框颜色
我有一个文本字段,在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为文本视图编写选择器,使用它可以在选择文本视图时更改其外观。
你可以参考这个:
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