RandomTextView
RandomTextView copied to clipboard
数字显示不全
我这边如果数字里面有1,最后一个数字又不是1,最后一个数字会显示不完整,比如123,3就显示不完整
我也遇到了(MIUI系统的兰亭字体下),给TextView单独设置个数字字体就好了 textview.typeface = Typeface.createFromAsset(this.assets, "abc.ttf")