TextView字体设置
2019-03-26 本文已影响0人
GrayZhang
微信图片_20190326154159.png
typeface = Typeface.createFromAsset(mContext.getAssets(), "OpenSans-LightItalic.ttf");
textDayPrompt.setTypeface(typeface);