Improved layout for Feedlist_item

This commit is contained in:
daniel oeh 2012-06-24 18:26:57 +02:00
parent 425dc708e5
commit fc7d06aaf4
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
android:id="@+id/imgvFeedimage" android:id="@+id/imgvFeedimage"
android:layout_width="55dip" android:layout_width="55dip"
android:layout_height="55dip" android:layout_height="55dip"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:layout_marginLeft="1dip" android:layout_marginLeft="1dip"
android:layout_marginRight="4dip" android:layout_marginRight="4dip"
@ -26,6 +27,7 @@
<TextView <TextView
android:id="@+id/txtvFeedname" android:id="@+id/txtvFeedname"
android:maxLines="2"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textStyle="bold" /> android:textStyle="bold" />