summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-04-11 10:55:27 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-04-11 10:55:27 +0200
commit7a33b7f96e2367df2cefa5041016153212b76362 (patch)
treeccaba3355b18093adbd38ff26cdc25fb01578e03
parent1ab5a0942981a0572fa2222ecbc7f5f94f662721 (diff)
downloadAntennaPod-7a33b7f96e2367df2cefa5041016153212b76362.zip
Set line number of title textview in itemlist to 2.
This ensures that entries are equally high
-rw-r--r--res/layout/feeditemlist_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 4fbddbbac..ed4b0d46d 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -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" />