关于文字颜色/图片背景---selector状态列表

文字颜色

android:textColor="@style/style_name" ----------------------------------widget

图片背景

android:background="@drawable/filename" -----------------widget

android:button = "@drawable/filename" ---------------------CheckBox

原文地址:https://www.cnblogs.com/daishuguang/p/3633120.html