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在小米手机上字体特别大 #290

Closed LiXianYua closed 7 years ago

LiXianYua commented 7 years ago

TextViewCompat.setTextAppearance(tvMessage, android.R.style.TextAppearance);<item name="textSize">16sp</item>导致Toast看起来特别奇怪,建议增加全局设置Toast的方法

Blankj commented 7 years ago

原生比这个就多了个字体而已,大小我并没有改变,想自定义那就参照我写的CustomToast自己写一个,具体看Demo