diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/feedlist_item.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml index f204d1807..9fc1191c7 100644 --- a/res/layout/feedlist_item.xml +++ b/res/layout/feedlist_item.xml @@ -4,16 +4,16 @@ android:layout_height="match_parent" > <ImageView android:id="@+id/imgvFeedimage" - android:layout_height="fill_parent" - android:layout_width="50dip" - android:padding="10dip" + android:layout_height="60dip" + android:layout_width="60dip" + android:layout_marginBottom="1dip" android:cropToPadding="true" android:layout_alignParentLeft="true" /> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="fill_parent" android:layout_width="wrap_content" - android:layout_alignParentRight="true"> + android:layout_toRightOf="@id/imgvFeedimage"> <TextView android:id="@+id/txtvFeedname" android:layout_width="fill_parent" @@ -31,4 +31,4 @@ -</RelativeLayout>
\ No newline at end of file +</RelativeLayout> |