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 @@