写过android的代码相信大家对Selector并不陌生吧,下面来看看这段xml文件是如何定义的 上面的代码估计很多人都会经常的使用到,除了在xml里面写之外,我们还可以在代码中通过ColorStateList和StateListDrawable来设置Selector,...
分类:
移动开发 时间:
2014-12-08 00:34:09
阅读次数:
290
1. Color State List Resource A ColorStateList is an object you can define in XML that you can apply as a color, but will actually change colors, depe....
分类:
移动开发 时间:
2014-11-03 14:33:19
阅读次数:
127
Windows平台VC,对于不同的按钮状态,采用不同的颜色显示文字,实现起来比较复杂,一般都得自绘按钮。但是Android里面实现起来非常方便。我们首先添加一个ColorStateList资源XML文件,XML文件保存在res/color/button_text.xml:Java代码Java代码Bu...
分类:
移动开发 时间:
2014-05-19 07:38:08
阅读次数:
426