设置组件的字体颜色直接使用.setTextColor(R.color. x),你会发现并不能改变字体颜色。
而想改变颜色必须使用
botton.setTextColor(getResources().getColorStateList(R.color.orange_text));
设置组件的字体颜色直接使用.setTextColor(R.color. x),你会发现并不能改变字体颜色。
而想改变颜色必须使用
botton.setTextColor(getResources().getColorStateList(R.color.orange_text));