Android使用selector点击按钮文字变色
需求:开发中按钮按压时字体颜色变为灰色 松开后恢复实现:1.res下新建color文件夹(放drawable文件夹下也可),创建文件btn_text_color.xml:<selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="...