diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 15:55:54 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 15:55:57 +0300 |
| commit | 9644a0f5925fa09d5677784ba92b6710bfc29d15 (patch) | |
| tree | be5460c7209bf5d0c747166017ec0587420403be /org.fox.ttrss/src/main/res/values/attrs.xml | |
| parent | 650c24732e70c528635d45314cea31de9fe571af (diff) | |
drop some custom colors, replace with material3 theme stock; some tablet
fixes
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/attrs.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/attrs.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml index 93892545..a16fd6f4 100755 --- a/org.fox.ttrss/src/main/res/values/attrs.xml +++ b/org.fox.ttrss/src/main/res/values/attrs.xml @@ -1,16 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <attr name="ttrssHorizontalDivider" format="reference|color" /> - <attr name="feedlistBackground" format="reference|color" /> <attr name="unreadCounterColor" format="reference|color" /> - <attr name="headlinesBackground" format="reference|color" /> - <attr name="articleBackground" format="reference|color" /> - <attr name="headlineSelectedBackground" format="reference|color" /> - <attr name="headlineUnreadBackground" format="reference|color" /> - <attr name="feedsSelectedBackground" format="reference|color" /> <attr name="feedlistTextColor" format="reference|color" /> <attr name="feedlistSelectedTextColor" format="reference|color" /> - <!-- <attr name="headlineTextColor" format="reference|color" /> --> <attr name="headlineHeaderBackground" format="reference|color" /> <attr name="headlineUnreadTextColor" format="reference|color" /> <attr name="headlineSelectedTextColor" format="reference|color" /> |