From ec156b69b0cae6d60d6e4091bba60eeb2c5f356f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Oct 2014 13:10:53 +0400 Subject: add xxhdpi overflow icon; tweak headline row margins some more --- org.fox.ttrss/src/main/res/layout/headlines_row.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml') diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml index a47822af..5163550a 100644 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -155,7 +155,7 @@ android:id="@+id/marked" android:layout_width="16dp" android:layout_height="16dp" - android:layout_marginRight="10dp" + android:layout_marginRight="11dp" android:layout_weight="0" android:clickable="true" android:src="@drawable/ic_star_empty" /> @@ -172,7 +172,7 @@