TextView 設置顏色無效

經過代碼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

相關文章
相關標籤/搜索