Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
乌尔都语或阿拉伯语字符串在文本视图或按钮中不完全可见。例如:“چ”这是乌尔都语和阿拉伯字母,它的底部边缘不可见,并且它有很多字母的问题。
多谢你们。
我以前遇到过同样的问题。这是一种解决方法:将这些属性添加到 TextView 的 xml 中:
android:lineSpacingMultiplier="1" android:lineSpacingExtra="5dip"
仅供参考:这个问题现在在 Android Jelly Bean 中得到解决。