summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-16 14:21:32 +0300
committerAndrew Dolgov <[email protected]>2015-02-16 14:21:32 +0300
commitb52f2a6d0f3df49728907e780de499c01bdee68a (patch)
treebe140763fe5804e6c2aca9256d9489b672853cde /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parent4aeac28cb4fc22a3176a485056df1c22ef649261 (diff)
mute headline color of read articles a bit
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml2
1 files changed, 1 insertions, 1 deletions
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" />