umao
 
TextView textView = (TextView)findViewById(R.id.textView);
TextPaint tp = textView .getPaint();
tp.setFakeBoldText(true);
成功 通过!

分类:

技术点:

相关文章:

  • 2021-07-10
  • 2021-06-21
  • 2021-11-15
  • 2022-01-07
  • 2022-01-29
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2022-12-23
  • 2021-11-12
  • 2021-12-21
  • 2021-06-14
相关资源
相似解决方案