summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-10-13 19:09:31 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:51:32 -0800
commit92d23275d2970cfe226581f886a44793459e35fb (patch)
treef0683d373dedf489a408399b57f3acfa57e94427 /res/menu
parent5f0a300f87d70ab85f2e85a03b0818ea75c57a7b (diff)
downloadandroid_packages_apps_Eleven-92d23275d2970cfe226581f886a44793459e35fb.tar.gz
android_packages_apps_Eleven-92d23275d2970cfe226581f886a44793459e35fb.tar.bz2
android_packages_apps_Eleven-92d23275d2970cfe226581f886a44793459e35fb.zip
Eleven: Change order of overflow menu
https://cyanogen.atlassian.net/browse/MUSIC-116 https://cyanogen.atlassian.net/browse/MUSIC-128 This fix could be better longer-term by potentially switching to enums, but given time constraints and the impact of this bug, this solution is sufficient Change-Id: I880e8aa5d3ffc6e60865dfcd755146d0dba961f8
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/album_sort_by.xml2
-rw-r--r--res/menu/artist_sort_by.xml2
-rw-r--r--res/menu/clear_list.xml2
-rw-r--r--res/menu/new_playlist.xml2
-rw-r--r--res/menu/song_sort_by.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/res/menu/album_sort_by.xml b/res/menu/album_sort_by.xml
index 1d9207a..2c96b13 100644
--- a/res/menu/album_sort_by.xml
+++ b/res/menu/album_sort_by.xml
@@ -19,7 +19,7 @@
<item
android:id="@+id/menu_sort_by"
android:showAsAction="never"
- android:orderInCategory="120"
+ android:orderInCategory="200"
android:title="@string/menu_sort_by">
<menu>
<item
diff --git a/res/menu/artist_sort_by.xml b/res/menu/artist_sort_by.xml
index 1350f8d..06e23a9 100644
--- a/res/menu/artist_sort_by.xml
+++ b/res/menu/artist_sort_by.xml
@@ -19,7 +19,7 @@
<item
android:id="@+id/menu_sort_by"
android:showAsAction="never"
- android:orderInCategory="120"
+ android:orderInCategory="200"
android:title="@string/menu_sort_by">
<menu>
<item
diff --git a/res/menu/clear_list.xml b/res/menu/clear_list.xml
index 020df38..a600280 100644
--- a/res/menu/clear_list.xml
+++ b/res/menu/clear_list.xml
@@ -19,7 +19,7 @@
<item
android:id="@+id/clear_list"
android:showAsAction="never"
- android:orderInCategory="110"
+ android:orderInCategory="150"
android:title="@string/menu_clear_list"/>
</menu> \ No newline at end of file
diff --git a/res/menu/new_playlist.xml b/res/menu/new_playlist.xml
index 3e5886c..7e7e606 100644
--- a/res/menu/new_playlist.xml
+++ b/res/menu/new_playlist.xml
@@ -19,7 +19,7 @@
<item
android:id="@+id/menu_new_playlist"
android:showAsAction="never"
- android:orderInCategory="100"
+ android:orderInCategory="130"
android:title="@string/new_playlist"/>
</menu> \ No newline at end of file
diff --git a/res/menu/song_sort_by.xml b/res/menu/song_sort_by.xml
index ea1044c..d09ae77 100644
--- a/res/menu/song_sort_by.xml
+++ b/res/menu/song_sort_by.xml
@@ -19,7 +19,7 @@
<item
android:id="@+id/menu_sort_by"
android:showAsAction="never"
- android:orderInCategory="120"
+ android:orderInCategory="200"
android:title="@string/menu_sort_by">
<menu>
<item