summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-17 13:25:11 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-17 13:25:11 +0200
commita78978e505c2bcc52aea9304e5908494a58dac4a (patch)
treea715df0d923fb8006250c8da15ab2bfecdda0e8b
parenta6d65186ab3f0af3ebca073d27470a354d5fbdfd (diff)
downloadAntennaPod-a78978e505c2bcc52aea9304e5908494a58dac4a.zip
improved margins
-rw-r--r--res/layout/feeditemlist_item.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 2e6ae0f38..87f7ec621 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -32,18 +32,21 @@
android:id="@+id/txtvItemname"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:layout_marginBottom="4dp"
android:textSize="16dp" />
<TextView
android:id="@+id/txtvFeedname"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginBottom="4dp"
android:visibility="gone" />
<TextView
android:id="@+id/txtvPublished"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:layout_marginBottom="4dp"
android:textColor="@color/gray" />
<RelativeLayout