summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-22 16:05:59 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-22 16:05:59 +0200
commit0634ae4d781e9f91005032fb7905a3f4564932f1 (patch)
tree0e9aa0b7498ae0c8533e57a28cd89bf67f2b0a05 /res/layout/feeditemlist_item.xml
parent55f33875a4ac30bcfebbc703ed101f37f4f76cfe (diff)
downloadAntennaPod-0634ae4d781e9f91005032fb7905a3f4564932f1.zip
Improved divider images
Diffstat (limited to 'res/layout/feeditemlist_item.xml')
-rw-r--r--res/layout/feeditemlist_item.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 0e40e762f..d5a8f0d51 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -29,9 +29,8 @@
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:src="@drawable/vertical_divider"
- android:layout_alignParentRight="true"
android:layout_centerVertical="true"
- android:layout_marginRight="28dp"
+ android:layout_toLeftOf="@id/butAction"
android:focusable="false"/>
</RelativeLayout>