summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-06-21 12:49:02 +0200
committerByteHamster <info@bytehamster.com>2020-06-21 13:17:36 +0200
commit7de9e0d4c1807bff054c1aef999fc600088ab521 (patch)
treec22e722c152aa5b95955391e41c681bff6cc8ca1 /core/src/main/res/values/arrays.xml
parentf243bcd4cce1f3af9449c74fa38f6c90f2ea9d22 (diff)
downloadAntennaPod-7de9e0d4c1807bff054c1aef999fc600088ab521.zip
Using state lists for colors
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 8e8d70525..13ff092b0 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -245,18 +245,6 @@
<item>exoplayer</item>
</string-array>
- <string-array name="episode_filter_options">
- <item>@string/hide_unplayed_episodes_label</item>
- <item>@string/hide_paused_episodes_label</item>
- <item>@string/hide_played_episodes_label</item>
- <item>@string/hide_queued_episodes_label</item>
- <item>@string/hide_not_queued_episodes_label</item>
- <item>@string/hide_downloaded_episodes_label</item>
- <item>@string/hide_not_downloaded_episodes_label</item>
- <item>@string/hide_has_media_label</item>
- <item>@string/hide_is_favorite_label</item>
- </string-array>
-
<!-- sort for podcast screen, not for queue -->
<string-array name="feed_episodes_sort_options">
<item>@string/sort_date_new_old</item>