Set line number of title textview in itemlist to 2.
This ensures that entries are equally high
This commit is contained in:
parent
1ab5a09429
commit
7a33b7f96e
|
@ -14,7 +14,7 @@
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:layout_toLeftOf="@+id/butAction"
|
android:layout_toLeftOf="@+id/butAction"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:maxLines="2"
|
android:lines="2"
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:textSize="@dimen/text_size_medium" />
|
android:textSize="@dimen/text_size_medium" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue