android textview 添加下划线 中划线 删除线


 textView1 = (TextView) findViewById(R.id.textView1);
  textView1.getPaint().setFlags(Paint.UNDERLINE_TEXT_FLAG);
  textView1.getPaint().setAntiAlias(true);// 抗锯齿

猜你喜欢

转载自zheyiw.iteye.com/blog/1612313