summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-25 13:58:40 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-25 13:58:40 +0200
commitfc88223779fe8d5b1e654bdd64f23a1955c04bd2 (patch)
tree0d79e2a2ef97fbc3eeb069c1ade6a541d67d6105 /res/layout
parenta66580bfc62630076abbcb25674016d1f930d6dc (diff)
downloadAntennaPod-fc88223779fe8d5b1e654bdd64f23a1955c04bd2.zip
UI improvements in ItemviewActivity and FeeditemlistActivity
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditemlist_item.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 73805f19b..690a4951a 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -20,21 +20,12 @@
android:scaleType="fitXY"
android:src="@drawable/navigation_expand" />
- <ImageView
- android:id="@+id/divider"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_centerVertical="true"
- android:layout_toLeftOf="@id/butAction"
- android:focusable="false"
- android:scaleType="fitXY"
- android:src="@drawable/vertical_divider" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
- android:layout_toLeftOf="@id/divider"
+ android:layout_toLeftOf="@id/butAction"
android:orientation="vertical" >
<TextView