From fc7d06aaf429a0a1ab30b38a7fdc103144a6c20e Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 24 Jun 2012 18:26:57 +0200 Subject: [PATCH] Improved layout for Feedlist_item --- res/layout/feedlist_item.xml | 2 ++ 1 file changed, 2 insertions(+) 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 @@