From 850baf5aab2945961f9e0e8c16b7e09de5e8a874 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 May 2025 08:52:16 +0300 Subject: adjust some heading colors --- org.fox.ttrss/src/main/res/layout/fragment_article.xml | 1 + org.fox.ttrss/src/main/res/layout/headlines_row.xml | 1 + org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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" /> -- cgit v1.2.3-54-g00ecf