diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2015-02-16 14:21:32 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2015-02-16 14:21:32 +0300 |
| commit | b52f2a6d0f3df49728907e780de499c01bdee68a (patch) | |
| tree | be140763fe5804e6c2aca9256d9489b672853cde /org.fox.ttrss/src/main/res/layout/headlines_row.xml | |
| parent | 4aeac28cb4fc22a3176a485056df1c22ef649261 (diff) | |
mute headline color of read articles a bit
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row.xml | 2 |
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" /> |