2020-07-22
setTextAppearance:修改布局內(nèi)文字的外觀樣式:
選中加粗:mRbMain1.setTextAppearance(R.style.txt_bold);
未選中默認(rèn):mRbMain1.setTextAppearance(R.style.txt_nomal);
setTextAppearance:修改布局內(nèi)文字的外觀樣式:
選中加粗:mRbMain1.setTextAppearance(R.style.txt_bold);
未選中默認(rèn):mRbMain1.setTextAppearance(R.style.txt_nomal);