summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feeds_row.xml')
-rw-r--r--res/layout/feeds_row.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index 35cef732..38b854ab 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -18,7 +18,7 @@
android:layout_height="20dp"
android:layout_weight="0"
android:scaleType="fitXY"
- android:src="@drawable/ic_rss_bw" />
+ android:src="@drawable/ic_unpublished" />
<TextView
android:id="@+id/title"
@@ -57,6 +57,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
+ android:paddingLeft="4dp"
+ android:paddingRight="4dp"
android:background="@null"
android:src="@drawable/ic_action_overflow" />