經過代碼setTextColor時 若是color是一個資源文件 ,則只會顯示默認效果。不會有選擇器效果html
1. 解決:java
ColorStateList colors = getContext().getResources().getColorStateList(R.color.radio_txt); xml
radioButton.setTextColor(colors); htm
2. TextView 使用別的styleblog
mTxtView = new TextView(getContext(), null, R.attr.vpiTabPageIndicatorStyle);資源
從string.xml取html格式的字符無效果get