美文网首页
动态改变TextView属性

动态改变TextView属性

作者: 撕裂的我 | 来源:发表于2017-10-12 16:06 被阅读0次
    • 动态改变Background
    ((ViewHolder) holder).mSeatNum.setBackgroundResource(R.drawable.bg_selected_seat);
    
    • 动态改变TextColor
    ((ViewHolder) holder).mSeatNum.setTextColor(Color.rgb(0,0,0));
    

    相关文章

      网友评论

          本文标题:动态改变TextView属性

          本文链接:https://www.haomeiwen.com/subject/vikoyxtx.html