diff options
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" |