标签:android style blog color strong width
在你要设置的TextView中加入如下代码:
1、android:lineSpacingExtra
设置行间距,如”8dp”。
2、android:lineSpacingMultiplier
设置行间距的倍数,如”1.5″。
示例:
<TextView android:id="@+id/tv_test" android:layout_width="wrap_content" android:layout_height="wrap_content" android:lineSpacingExtra="9dp" android:text="你好" android:textColor="#3d3d3d" android:textSize="12sp" />
Android如何设置TextView的行间距、行高。,布布扣,bubuko.com
标签:android style blog color strong width
原文地址:http://www.cnblogs.com/yejiurui/p/3822683.html