Set line number of title textview in itemlist to 2.

This ensures that entries are equally high
This commit is contained in:
daniel oeh 2013-04-11 10:55:27 +02:00
parent 1ab5a09429
commit 7a33b7f96e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
android:layout_marginTop="4dp"
android:layout_toLeftOf="@+id/butAction"
android:ellipsize="end"
android:maxLines="2"
android:lines="2"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/text_size_medium" />