diff options
author | Daniel Oeh <daniel@danielpc.(none)> | 2012-04-11 18:14:43 +0200 |
---|---|---|
committer | Daniel Oeh <daniel@danielpc.(none)> | 2012-04-11 18:14:43 +0200 |
commit | 7fbd960310a460a0094f202cfb359143b449a353 (patch) | |
tree | ab54447060334d03b397e28b5cbbd332055b0d46 /res | |
parent | ba7759607d5ad7d53d76b04b9d1f577e660e7927 (diff) | |
download | AntennaPod-7fbd960310a460a0094f202cfb359143b449a353.zip |
Fixed layout and bugs in DBAdapter
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> |