TextView文字字母显示不居中

前端之家收集整理的这篇文章主要介绍了TextView文字字母显示不居中前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.在程序中调用TextView的方法

setIncludeFontPadding (boolean includepad)


2.或者在xml中加入下句:

android:includeFontPadding="false"

见:

http://stackoverflow.com/questions/4768738/android-textview-remove-spacing-and-padding-on-top-and-bottom

原文链接:https://www.f2er.com/xml/294565.html

猜你在找的XML相关文章