jason-star

TextView one=(TextView) findViewById(R.id.one);
Typeface tf=Typeface.createFromAsset(getAssets(),"fonts/LavishlyYoursROB.ttf");
one.setTypeface(tf);
one.setText("very good");

分类:

技术点:

相关文章:

  • 2021-06-02
  • 2021-07-18
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-10-20
猜你喜欢
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-09-11
  • 2021-06-15
  • 2021-05-01
相关资源
相似解决方案