美文网首页
TextView 设置中划线下划线等各种效果

TextView 设置中划线下划线等各种效果

作者: sun_wenming | 来源:发表于2017-07-01 16:29 被阅读0次
     pro_old_price.getPaint().setFlags(Paint.UNDERLINE_TEXT_FLAG); //下划线
                pro_old_price.getPaint().setAntiAlias(true);//抗锯齿
                pro_old_price.getPaint().setFlags(Paint.STRIKE_THRU_TEXT_FLAG | Paint.ANTI_ALIAS_FLAG); //中划线
    

    相关文章

      网友评论

          本文标题:TextView 设置中划线下划线等各种效果

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