summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 15:17:11 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 15:17:20 +0300
commitad2c6eb9993134ac74f7a41da9de7708cf13e267 (patch)
tree4978f0a8268563837a651c6a2a69cb7e810614e5 /org.fox.ttrss/src/main/res/layout/article_fragment.xml
parentf88e647b4023766770be151423708aa8dcf461d8 (diff)
more headline display margin adjustments
remove condensed font option
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/article_fragment.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/article_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_fragment.xml b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
index 51dd918c..64563ab4 100755
--- a/org.fox.ttrss/src/main/res/layout/article_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
@@ -49,7 +49,7 @@
android:fontFamily="sans-serif-light"
android:paddingTop="8dp"
android:text="24 comments"
- android:textColor="?articleHeaderTextColor"
+ android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />
<LinearLayout
@@ -67,7 +67,7 @@
android:singleLine="true"
android:fontFamily="sans-serif-light"
android:text="Example Feed"
- android:textColor="?articleHeaderTextColor"
+ android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />
<TextView
@@ -80,7 +80,7 @@
android:fontFamily="sans-serif-light"
android:text="Jan 01, 12:00"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?articleHeaderTextColor"
+ android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />
</LinearLayout>