Blankj / AndroidUtilCode

:fire: Android developers should collect the following utils(updating).
https://blankj.com/2016/07/31/android-utils-code/
Apache License 2.0
33.32k stars 10.69k forks source link

ToastUtils的字体偏大,比较难看,建议可以选择显示默认字体大小 #480

Closed zjhcode closed 6 years ago

zjhcode commented 6 years ago

ToastUtils的字体偏大,比较难看,建议可以选择显示默认字体大小 目前是通过如下方式实现了默认字体大小: Toast toast = Toast.makeText(getApplicationContext(), "", Toast.LENGTH_SHORT); TextView textView = (TextView) toast.getView().findViewById(android.R.id.message); ToastUtils.setMsgTextSize(SizeUtils.px2sp(textView.getTextSize()));

Blankj commented 6 years ago

升级 1.14.3 即可,之前设置字体样式留下来的 bug