Pad*_*mar 20
//从此链接下载字体并在资源中创建一个文件夹作为字体,并将您的字体放在该文件夹中
或下载直接链接
Typeface tf = Typeface.createFromAsset(getAssets(),"fonts/digital_07.otf");
TextView tv = (TextView) findViewById(R.id.digitalclock);
tv.setTypeface(tf);
Run Code Online (Sandbox Code Playgroud)
编辑:
我也附上了项目链接
请享用 :-)
| 归档时间: |
|
| 查看次数: |
6986 次 |
| 最近记录: |