UpdataVipSecondInfo mlist=upList.get(i);
mrRadioButton=new RadioButton(mContext);
String aa=mlist.getVpiName()+" ¥"+mlist.getVpiPrice()+"";
Spannable span = new SpannableString(aa);
// span.setSpan(new AbsoluteSizeSpan(28),5,span.length(),Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
// span.setSpan(new AbsoluteSizeSpan(28),5,span.length(),Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
span.setSpan(new ForegroundColorSpan(Color.BLACK), 0,5, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
span.setSpan(new ForegroundColorSpan(getResources().getColor(R.color.actionbar_backgroud_blue)), 5, span.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
mrRadioButton.setText(span);
共同学习,写下你的评论
评论加载中...
作者其他优质文章