diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 16:04:23 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 16:04:23 +0300 |
| commit | dadff9f5b83169298ba462c328aa2db0c7b7acff (patch) | |
| tree | 2389b2a281983a4ef94180b15a2ea53ffaf902ee /org.fox.ttrss/src/main/res/values/attrs.xml | |
| parent | 9644a0f5925fa09d5677784ba92b6710bfc29d15 (diff) | |
drop some more colors & switch toggle unread only to material switch
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/attrs.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/attrs.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml index a16fd6f4..4282657b 100755 --- a/org.fox.ttrss/src/main/res/values/attrs.xml +++ b/org.fox.ttrss/src/main/res/values/attrs.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <attr name="ttrssHorizontalDivider" format="reference|color" /> - <attr name="unreadCounterColor" format="reference|color" /> <attr name="feedlistTextColor" format="reference|color" /> <attr name="feedlistSelectedTextColor" format="reference|color" /> <attr name="headlineHeaderBackground" format="reference|color" /> |