summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-07 11:51:17 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-07 11:51:17 +0300
commite6c3107189a296b817562462221e0165695196f7 (patch)
treee2b708be5b32060b590bc99373e856d6731f2c63 /org.fox.ttrss/src/main/res/values
parentc216a1c314e909896ef467fbf384ba687273f04e (diff)
remove flavor image reparenting hacks, simplify headline row layout (somewhat), switch to materialcards
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/attrs.xml1
-rw-r--r--org.fox.ttrss/src/main/res/values/themes.xml1
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 f5fac361..4b469913 100755
--- a/org.fox.ttrss/src/main/res/values/attrs.xml
+++ b/org.fox.ttrss/src/main/res/values/attrs.xml
@@ -3,7 +3,6 @@
<attr name="ttrssHorizontalDivider" format="reference|color" />
<attr name="feedlistTextColor" format="reference|color" />
<attr name="feedlistSelectedTextColor" format="reference|color" />
- <attr name="headlineHeaderBackground" format="reference|color" />
<attr name="headlineTitleHighScoreUnreadTextColor" format="reference|color" />
<attr name="articleNoteBackground" format="reference|color" />
<attr name="articleNoteTextColor" 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 1e348393..b5e5d313 100644
--- a/org.fox.ttrss/src/main/res/values/themes.xml
+++ b/org.fox.ttrss/src/main/res/values/themes.xml
@@ -24,7 +24,6 @@
<item name="ic_action_trending_down">@drawable/baseline_trending_down_24</item>
<item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item>
- <item name="headlineHeaderBackground">#ccffffff</item>
<item name="feedlistTextColor">@android:color/black</item>
<item name="feedlistSelectedTextColor">@android:color/black</item>
<item name="headlineTitleHighScoreUnreadTextColor">#008000</item>