summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-15 19:34:45 +0400
committerAndrew Dolgov <[email protected]>2013-10-15 19:34:45 +0400
commitc81545503a5040ac742a019caeb7950210945dd6 (patch)
tree5498eb993c219ac91c7eeb9ded052b8c6621b592 /res/layout/feeds_row_selected.xml
parent688c22fe92134158638faad30e9d4045ff665bf6 (diff)
update published/unpublished icons
Diffstat (limited to 'res/layout/feeds_row_selected.xml')
-rw-r--r--res/layout/feeds_row_selected.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml
index 0d145b23..568f9adb 100644
--- a/res/layout/feeds_row_selected.xml
+++ b/res/layout/feeds_row_selected.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" />