summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-11-21 14:13:10 +0100
committerGitHub <noreply@github.com>2019-11-21 14:13:10 +0100
commit7fd8aa8503eef6f711157ba55a3feb9a86e6fbfe (patch)
treeab41c408414f973374982370f3411cdd6d67fc92 /core/src/main/res/values
parent6c0f773188d94d70d79f00d4d2f92db603af67ac (diff)
parent06fe53f6078afc1b348cdc0af89add086d622f75 (diff)
downloadAntennaPod-7fd8aa8503eef6f711157ba55a3feb9a86e6fbfe.zip
Merge pull request #3630 from ByteHamster/podcast-settings-icon
Added icons to podcast settings
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/attrs.xml1
-rw-r--r--core/src/main/res/values/styles.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
index 530b40d46..7745c2bd3 100644
--- a/core/src/main/res/values/attrs.xml
+++ b/core/src/main/res/values/attrs.xml
@@ -52,6 +52,7 @@
<attr name="ic_select_all" format="reference"/>
<attr name="ic_select_none" format="reference"/>
<attr name="ic_sort" format="reference"/>
+ <attr name="ic_key" format="reference"/>
<attr name="ic_sd_storage" format="reference"/>
<attr name="ic_create_new_folder" format="reference"/>
<attr name="ic_cast_disconnect" format="reference"/>
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 476ad247a..f4aa88b06 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -74,6 +74,7 @@
<item name="ic_bug">@drawable/ic_bug_grey600_24dp</item>
<item name="ic_bookmark">@drawable/ic_bookmark_grey600_24dp</item>
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
+ <item name="ic_key">@drawable/ic_key_grey600</item>
<item name="master_switch_background">@color/master_switch_background_light</item>
<item name="currently_playing_background">@color/highlight_light</item>
@@ -160,6 +161,7 @@
<item name="ic_bug">@drawable/ic_bug_white_24dp</item>
<item name="ic_bookmark">@drawable/ic_bookmark_white_24dp</item>
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
+ <item name="ic_key">@drawable/ic_key_white</item>
<item name="master_switch_background">@color/master_switch_background_dark</item>
<item name="currently_playing_background">@color/highlight_dark</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>