diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 07:18:20 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 07:18:20 +0300 |
| commit | 471404bfb1d01616f91037ea42fea72296f0652a (patch) | |
| tree | 7882bc55eb7fa60bbb742aa0b2d6b7f370b4f71b /org.fox.ttrss/src/main/res/values | |
| parent | 6647de817e071f7127a03f266732ab5c4554e00d (diff) | |
drop linkColor & fix article header padding
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/attrs.xml | 1 | ||||
| -rw-r--r-- | org.fox.ttrss/src/main/res/values/themes.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml index d0886639..f5fac361 100755 --- a/org.fox.ttrss/src/main/res/values/attrs.xml +++ b/org.fox.ttrss/src/main/res/values/attrs.xml @@ -5,7 +5,6 @@ <attr name="feedlistSelectedTextColor" format="reference|color" /> <attr name="headlineHeaderBackground" format="reference|color" /> <attr name="headlineTitleHighScoreUnreadTextColor" format="reference|color" /> - <attr name="linkColor" format="reference|color" /> <attr name="articleNoteBackground" format="reference|color" /> <attr name="articleNoteTextColor" format="reference|color" /> <attr name="parentBtnBackground" format="reference|color" /> diff --git a/org.fox.ttrss/src/main/res/values/themes.xml b/org.fox.ttrss/src/main/res/values/themes.xml index 54613ad9..1e348393 100644 --- a/org.fox.ttrss/src/main/res/values/themes.xml +++ b/org.fox.ttrss/src/main/res/values/themes.xml @@ -28,7 +28,6 @@ <item name="feedlistTextColor">@android:color/black</item> <item name="feedlistSelectedTextColor">@android:color/black</item> <item name="headlineTitleHighScoreUnreadTextColor">#008000</item> - <item name="linkColor">?colorPrimary</item> <item name="articleNoteTextColor">#9a8c59</item> <item name="articleNoteBackground">#fff7d5</item> <item name="parentBtnBackground">#dddddd</item> |