summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-24 18:26:57 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-24 18:26:57 +0200
commitfc7d06aaf429a0a1ab30b38a7fdc103144a6c20e (patch)
tree8a50a2df41678a0d81e32e24f2945be576c05cdc /res/layout
parent425dc708e51382041edc669e141dfc9c09ded39d (diff)
downloadAntennaPod-fc7d06aaf429a0a1ab30b38a7fdc103144a6c20e.zip
Improved layout for Feedlist_item
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feedlist_item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml
index ff9cef63b..1f0fbcd9d 100644
--- a/res/layout/feedlist_item.xml
+++ b/res/layout/feedlist_item.xml
@@ -12,6 +12,7 @@
android:id="@+id/imgvFeedimage"
android:layout_width="55dip"
android:layout_height="55dip"
+ android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
android:layout_marginLeft="1dip"
android:layout_marginRight="4dip"
@@ -26,6 +27,7 @@
<TextView
android:id="@+id/txtvFeedname"
+ android:maxLines="2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textStyle="bold" />