summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-05-03 14:49:03 -0400
committerTom Hennen <TomHennen@users.noreply.github.com>2015-05-03 14:49:03 -0400
commitcd4bd0e37d76d48d01e9549ee31610c36279cdc8 (patch)
treec0cadb83a91a288df67fa84cebd58776f58bd11a /core/src/main/res/values
parent4e78205e624b6f3b19272c2a04f02d14f44875fd (diff)
parenta92220f8dbb3339ea101abeac0cf77bd87d9b544 (diff)
downloadAntennaPod-cd4bd0e37d76d48d01e9549ee31610c36279cdc8.zip
Merge pull request #787 from mfietz/feature/queue-lock
Queue Lock: Swipe and drag can be disabled
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/strings.xml2
-rw-r--r--core/src/main/res/values/styles.xml8
3 files changed, 12 insertions, 0 deletions
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
index 368921f76..caedd7673 100644
--- a/core/src/main/res/values/attrs.xml
+++ b/core/src/main/res/values/attrs.xml
@@ -37,6 +37,8 @@
<attr name="av_ff_big" format="reference"/>
<attr name="av_rew_big" format="reference"/>
<attr name="ic_settings" format="reference"/>
+ <attr name="ic_lock_open" format="reference"/>
+ <attr name="ic_lock_closed" format="reference"/>
<!-- Used in itemdescription -->
<attr name="non_transparent_background" format="reference"/>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index c0c2f06de..3421d3c52 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -161,6 +161,8 @@
<string name="unknown_media_key">AntennaPod - Unknown media key: %1$d</string>
<!-- Queue operations -->
+ <string name="lock_queue">Lock queue</string>
+ <string name="unlock_queue">Unlock queue</string>
<string name="clear_queue_label">Clear queue</string>
<string name="undo">Undo</string>
<string name="removed_from_queue">Item removed</string>
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 4ac4a79fd..080203745 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -42,6 +42,8 @@
<item name="attr/av_ff_big">@drawable/ic_fast_forward_grey600_36dp</item>
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_grey600_36dp</item>
<item name="attr/ic_settings">@drawable/ic_settings_grey600_24dp</item>
+ <item name="attr/ic_lock_open">@drawable/ic_lock_open_grey600_24dp</item>
+ <item name="attr/ic_lock_closed">@drawable/ic_lock_closed_grey600_24dp</item>
</style>
<style name="Theme.AntennaPod.Dark" parent="@style/Theme.AppCompat">
@@ -84,6 +86,8 @@
<item name="attr/av_ff_big">@drawable/ic_fast_forward_white_36dp</item>
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_white_36dp</item>
<item name="attr/ic_settings">@drawable/ic_settings_white_24dp</item>
+ <item name="attr/ic_lock_open">@drawable/ic_lock_open_white_24dp</item>
+ <item name="attr/ic_lock_closed">@drawable/ic_lock_closed_white_24dp</item>
</style>
<style name="Theme.AntennaPod.Light.NoTitle" parent="@style/Theme.AppCompat.Light.NoActionBar">
@@ -129,6 +133,8 @@
<item name="attr/av_ff_big">@drawable/ic_fast_forward_grey600_36dp</item>
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_grey600_36dp</item>
<item name="attr/ic_settings">@drawable/ic_settings_grey600_24dp</item>
+ <item name="attr/ic_lock_open">@drawable/ic_lock_open_grey600_24dp</item>
+ <item name="attr/ic_lock_closed">@drawable/ic_lock_closed_grey600_24dp</item>
</style>
<style name="Theme.AntennaPod.Dark.NoTitle" parent="@style/Theme.AppCompat.NoActionBar">
@@ -173,6 +179,8 @@
<item name="attr/av_ff_big">@drawable/ic_fast_forward_white_36dp</item>
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_white_36dp</item>
<item name="attr/ic_settings">@drawable/ic_settings_white_24dp</item>
+ <item name="attr/ic_lock_open">@drawable/ic_lock_open_white_24dp</item>
+ <item name="attr/ic_lock_closed">@drawable/ic_lock_closed_white_24dp</item>
</style>
<style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark">