summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-07 08:52:16 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-07 08:52:16 +0300
commit850baf5aab2945961f9e0e8c16b7e09de5e8a874 (patch)
tree9ac227705a10603e37d3780e18e9d2a875a82786
parentb4744f2adb5c057c360f7b4aed1d1f5a385901f0 (diff)
adjust some heading colors
-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" />