From 22f1b3726b5ddad0f1892b628eb4a3109e07c764 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 Oct 2013 19:46:51 +0400 Subject: tweak headline icons display --- res/layout/headlines_row.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'res/layout/headlines_row.xml') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 92fba271..e6c5058d 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -111,26 +111,27 @@ android:id="@+id/marked" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginRight="8dp" android:layout_weight="0" android:clickable="true" - android:paddingRight="8dp" android:src="@drawable/ic_star_empty" /> + android:src="@drawable/ic_unpublished" /> -- cgit v1.2.3-54-g00ecf