From b52f2a6d0f3df49728907e780de499c01bdee68a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 16 Feb 2015 14:21:32 +0300 Subject: mute headline color of read articles a bit --- org.fox.ttrss/src/main/res/layout/headlines_row.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 7a490dd8..a0546db2 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -28,7 +28,7 @@ android:gravity="center_vertical" android:singleLine="false" android:text="Sample entry title" - android:textColor="?headlineUnreadTextColor" + android:textColor="?headlineExcerptTextColor" android:textSize="18sp" android:paddingBottom="8dp" android:layout_span="2" /> -- cgit v1.2.3