summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.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/headlines_row_unread.xml
parent688c22fe92134158638faad30e9d4045ff665bf6 (diff)
update published/unpublished icons
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 141b1736..2ae08a91 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -109,8 +109,8 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:clickable="true"
- android:paddingRight="6dp"
- android:src="@android:drawable/star_off" />
+ android:paddingRight="8dp"
+ android:src="@drawable/ic_star_empty" />
<ImageView
android:id="@+id/published"
@@ -118,14 +118,15 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:clickable="true"
- android:paddingRight="6dp"
- android:src="@drawable/ic_rss_bw" />
+ android:paddingRight="8dp"
+ android:src="@drawable/ic_unpublished" />
<ImageView
android:id="@+id/article_menu_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
+ android:paddingLeft="8dp"
android:src="@drawable/ic_action_overflow" />
</LinearLayout>
</LinearLayout>