Typeface typefaceLatoLight = Typeface.createFromAsset(
context.getAssets(), "fonts/LatoLatin-Light.ttf");
TextView title = (TextView)findViewById(R.id.title);
title.setTypeface(CoCoinUtil.typefaceLatoLight);
Typeface typefaceLatoLight = Typeface.createFromAsset(
context.getAssets(), "fonts/LatoLatin-Light.ttf");
TextView title = (TextView)findViewById(R.id.title);
title.setTypeface(CoCoinUtil.typefaceLatoLight);
本文标题:Android更换字体
本文链接:https://www.haomeiwen.com/subject/wvrerttx.html
网友评论