summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_article.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_compact.xml2
3 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
index ea244873..0c2593ab 100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
@@ -45,6 +45,7 @@
android:layout_weight="1"
android:layout_marginEnd="8dp"
android:textAlignment="viewStart"
+ android:textColor="?colorPrimary"
tools:text="Unreasonably long article title blah blah blah blah blah blah"
android:textSize="16sp"
android:gravity="start" />
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 c5372044..d41e5b37 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -90,6 +90,7 @@
android:gravity="center_vertical"
android:maxLines="3"
android:paddingBottom="8dp"
+ android:textColor="?colorPrimary"
android:singleLine="false"
android:textSize="18sp"
android:textStyle="normal"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
index 06d95717..fd328276 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
@@ -49,7 +49,7 @@
android:maxLines="2"
android:ellipsize="end"
tools:text="Sample entry title"
- android:textColor="?colorSecondary"
+ android:textColor="?colorPrimary"
android:textSize="18sp"
android:layout_span="2" />