summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-08-07 21:36:15 +0200
committerByteHamster <info@bytehamster.com>2022-09-18 19:12:41 +0200
commit37b49b1e386be9449f8c093ab0b23c83d4b57ac1 (patch)
treeb69f969940220b925a7f0ac46eb5dba25bf6a444 /core/src/main/res/values
parent2740816bb85041d4d67fe242bcf0dddb5ad06116 (diff)
downloadAntennaPod-37b49b1e386be9449f8c093ab0b23c83d4b57ac1.zip
Use segmented buttons for filter
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/attrs.xml2
-rw-r--r--core/src/main/res/values/colors.xml6
-rw-r--r--core/src/main/res/values/styles.xml9
3 files changed, 0 insertions, 17 deletions
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
index 6f88b6d51..d2207bbfb 100644
--- a/core/src/main/res/values/attrs.xml
+++ b/core/src/main/res/values/attrs.xml
@@ -10,8 +10,6 @@
<attr name="scrollbar_thumb" format="reference"/>
<attr name="background_color" format="color"/>
<attr name="background_elevated" format="color"/>
- <attr name="filter_dialog_clear" format="color"/>
- <attr name="filter_dialog_button_background" format="reference"/>
<attr name="seek_background" format="color" />
<attr name="icon_red" format="color" />
<attr name="icon_yellow" format="color" />
diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml
index d8a860af6..d948fc2bb 100644
--- a/core/src/main/res/values/colors.xml
+++ b/core/src/main/res/values/colors.xml
@@ -35,10 +35,4 @@
<color name="master_switch_background_light">#DDDDDD</color>
<color name="master_switch_background_dark">#191919</color>
-
- <!-- filter dialog -->
- <color name="dialog_filter_clear_inactive_light">#666666</color>
- <color name="dialog_filter_clear_inactive_dark">#bbbbbb</color>
- <color name="dialog_filter_inactive_light">#eeeeee</color>
- <color name="dialog_filter_inactive_dark">#555555</color>
</resources>
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index f8bae33f3..34cd04b1b 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -29,8 +29,6 @@
<item name="navigation_up">@drawable/navigation_up</item>
<item name="dragview_background">@drawable/ic_drag_lighttheme</item>
<item name="scrollbar_thumb">@drawable/scrollbar_thumb_light</item>
- <item name="filter_dialog_clear">@color/filter_dialog_clear_light</item>
- <item name="filter_dialog_button_background">@drawable/filter_dialog_background_light</item>
<item name="icon_red">#CF1800</item>
<item name="icon_yellow">#F59F00</item>
<item name="icon_green">#008537</item>
@@ -74,8 +72,6 @@
<item name="navigation_up">@drawable/navigation_up_dark</item>
<item name="dragview_background">@drawable/ic_drag_darktheme</item>
<item name="scrollbar_thumb">@drawable/scrollbar_thumb_dark</item>
- <item name="filter_dialog_clear">@color/filter_dialog_clear_dark</item>
- <item name="filter_dialog_button_background">@drawable/filter_dialog_background_dark</item>
<item name="icon_red">#CF1800</item>
<item name="icon_yellow">#F59F00</item>
<item name="icon_green">#008537</item>
@@ -250,9 +246,4 @@
<item name="android:clickable">true</item>
</style>
- <style name="NoButtonRadio" parent="Widget.Material3.CompoundButton.RadioButton">
- <item name="buttonCompat">@null</item> <!-- For Android 4.4 -->
- <item name="android:button">@null</item>
- </style>
-
</resources>