0
I次の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