断线高度

时间:2011-07-19 19:42:10

标签: android textview line-breaks

我有以下TextView,我在ListView中使用它:

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center_vertical"
    android:paddingLeft="6dip"
    android:textSize="16px"
    android:minHeight="5px"/>

TextItem包含换行符,这个换行符太大了:就像有一个空行。有没有办法改变换行符的高度?

此致 ProgVal

1 个答案:

答案 0 :(得分:0)

没关系,实际上有两个换行符。我用换行符替换了下载的HTML文件,但是......每一次之后都有一个换行符。