可绘制文本视图的状态列表
我只想输入一个文本,例如蓝色,当我按下它时会变成另一种颜色。 但不像 setTextColor(int) 而是更像一个链接,这就是为什么我考虑状态列表可绘制的原因。你知道我该如何实现这个吗?
I just want to put a text, for example in blue, and when i press it to turn in another color.
But not like setTextColor(int) but more like a link, that's why i why thinking about state list drawable. Do you know how can i implement this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您可以使用颜色而不是可绘制对象。
使用这样的东西:
文件:res/color/state_white_blue.xml
You can use colors instead of drawables for that.
Use some thing like this:
file: res/color/state_white_blue.xml