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); //中划线
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
网友评论