diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-04-11 10:55:27 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-04-11 10:55:27 +0200 |
commit | 7a33b7f96e2367df2cefa5041016153212b76362 (patch) | |
tree | ccaba3355b18093adbd38ff26cdc25fb01578e03 /res/layout | |
parent | 1ab5a0942981a0572fa2222ecbc7f5f94f662721 (diff) | |
download | AntennaPod-7a33b7f96e2367df2cefa5041016153212b76362.zip |
Set line number of title textview in itemlist to 2.
This ensures that entries are equally high
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/feeditemlist_item.xml | 2 |
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" /> |