diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 17:55:18 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 17:55:18 +0300 |
| commit | db7ee817acf63360ac0dbf0422f95f7673392440 (patch) | |
| tree | 81ba20b6720867d5d112d83224edf8ac01be6cdd /org.fox.ttrss/src/main/res/layout | |
| parent | e0e9a175a16451ae35b72f5b05324d821b629537 (diff) | |
drop articleNote-specific colors
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 4 |
1 files changed, 2 insertions, 2 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 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" |