From db7ee817acf63360ac0dbf0422f95f7673392440 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 May 2025 17:55:18 +0300 Subject: drop articleNote-specific colors --- org.fox.ttrss/src/main/res/layout/fragment_article.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout') 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 3bca35de..ed8f2958 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -165,8 +165,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:background="?articleNoteBackground" - android:textColor="?articleNoteTextColor" + android:background="?colorSecondaryContainer" + android:textColor="?colorOnSecondaryContainer" android:textSize="12sp" android:paddingLeft="16dp" android:paddingTop="8dp" -- cgit v1.2.3-54-g00ecf