diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 20:02:06 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 20:02:06 +0300 |
| commit | 689e12ed697ea810ecb7c93fc367f7608cc5478b (patch) | |
| tree | 805c676eeb4d5df1066bda500d8fdadb7199040d | |
| parent | 97e92defd99b4d9b4bbb85a6a7170a70b05cae75 (diff) | |
remove another color attr
| -rw-r--r-- | org.fox.ttrss/src/main/res/values-night/style.xml | 1 | ||||
| -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 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/values-night/style.xml b/org.fox.ttrss/src/main/res/values-night/style.xml index 868dd398..f4513cb2 100644 --- a/org.fox.ttrss/src/main/res/values-night/style.xml +++ b/org.fox.ttrss/src/main/res/values-night/style.xml @@ -7,7 +7,6 @@ <item name="headlineTitleHighScoreUnreadTextColor">#00FF00</item> <item name="headlineHeaderBackground">#99000000</item> <item name="linkColor">#2d92c8</item> - <item name="loadingBackground">@android:color/black</item> <item name="articleNoteTextColor">#bebebe</item> <item name="articleNoteBackground">#303030</item> <item name="parentBtnBackground">#101010</item> diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml index 7a3bdc88..e6f4d0bb 100755 --- a/org.fox.ttrss/src/main/res/values/attrs.xml +++ b/org.fox.ttrss/src/main/res/values/attrs.xml @@ -6,7 +6,6 @@ <attr name="headlineHeaderBackground" format="reference|color" /> <attr name="headlineTitleHighScoreUnreadTextColor" format="reference|color" /> <attr name="linkColor" format="reference|color" /> - <attr name="loadingBackground" format="reference|color" /> <attr name="articleNoteBackground" format="reference|color" /> <attr name="articleNoteTextColor" format="reference|color" /> <!-- <attr name="statusBarHintColor" 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 60ccd6b1..3569ec48 100755 --- a/org.fox.ttrss/src/main/res/values/style.xml +++ b/org.fox.ttrss/src/main/res/values/style.xml @@ -14,7 +14,6 @@ <item name="feedlistSelectedTextColor">@android:color/black</item> <item name="headlineTitleHighScoreUnreadTextColor">#008000</item> <item name="linkColor">?colorPrimary</item> - <item name="loadingBackground">@android:color/white</item> <item name="articleNoteTextColor">#9a8c59</item> <item name="articleNoteBackground">#fff7d5</item> <item name="parentBtnBackground">#dddddd</item> |