diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 11:51:17 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 11:51:17 +0300 |
| commit | e6c3107189a296b817562462221e0165695196f7 (patch) | |
| tree | e2b708be5b32060b590bc99373e856d6731f2c63 /org.fox.ttrss/src/main/res/values | |
| parent | c216a1c314e909896ef467fbf384ba687273f04e (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-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 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> |