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 | |
| parent | 9644a0f5925fa09d5677784ba92b6710bfc29d15 (diff) | |
drop some more colors & switch toggle unread only to material switch
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/attrs.xml | 1 | ||||
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/style.xml | 2 |
2 files changed, 0 insertions, 3 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" /> diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml index ab3f39dc..bc447681 100755 --- a/org.fox.ttrss/src/main/res/values/style.xml +++ b/org.fox.ttrss/src/main/res/values/style.xml @@ -9,9 +9,7 @@ <style name="AppTheme" parent="AppTheme.Base"> <item name="windowActionModeOverlay">true</item> - <!-- <item name="statusBarHintColor">?colorPrimary</item> --> <item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item> - <item name="unreadCounterColor">#909090</item> <item name="headlineHeaderBackground">#ccffffff</item> <item name="feedlistTextColor">@android:color/black</item> <item name="feedlistSelectedTextColor">@android:color/black</item> |