summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-08-20 20:34:33 +0200
committerByteHamster <info@bytehamster.com>2021-08-22 10:56:41 +0200
commit61e86151c686bda0ce26fdccc6c6afa4f070ee40 (patch)
tree3c05b5bc1e5b262d9f0a9cc7641d2685d27b4450 /app/src/main/res/menu
parentdb391867608fa37f6568eca02678b3b376e52fa8 (diff)
downloadAntennaPod-61e86151c686bda0ce26fdccc6c6afa4f070ee40.zip
Move queue lock feature to the overflow menu
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/queue.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/app/src/main/res/menu/queue.xml b/app/src/main/res/menu/queue.xml
index 2d341d8e4..c1c2d982c 100644
--- a/app/src/main/res/menu/queue.xml
+++ b/app/src/main/res/menu/queue.xml
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
-
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res-auto">
<item
- android:id="@+id/queue_lock"
- android:title=""
- android:menuCategory="container"
- custom:showAsAction="always" />
+ android:id="@+id/action_search"
+ android:icon="@drawable/ic_search"
+ custom:showAsAction="ifRoom"
+ android:title="@string/search_label"/>
<item
android:id="@+id/refresh_item"
@@ -17,10 +16,10 @@
android:icon="@drawable/ic_refresh"/>
<item
- android:id="@+id/action_search"
- android:icon="@drawable/ic_search"
- custom:showAsAction="ifRoom"
- android:title="@string/search_label"/>
+ android:id="@+id/queue_lock"
+ android:title="@string/lock_queue"
+ android:menuCategory="container"
+ android:checkable="true" />
<item
android:id="@+id/queue_sort"