aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying_offline.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-08-12 20:35:43 -0700
committerScott Jackson <daneren2005@gmail.com>2013-08-12 20:35:43 -0700
commit8e30b9706587ed9f3b2609719e67951be06d5ea8 (patch)
tree09a8d7019c6d3b35c95d88ff5b69534dc0f7e38c /res/menu/nowplaying_offline.xml
parent4105ccf4318e697456090ef8ac0fe59742d8d118 (diff)
downloaddsub-8e30b9706587ed9f3b2609719e67951be06d5ea8.tar.gz
dsub-8e30b9706587ed9f3b2609719e67951be06d5ea8.tar.bz2
dsub-8e30b9706587ed9f3b2609719e67951be06d5ea8.zip
Converted everything to ActionBarCompat
Diffstat (limited to 'res/menu/nowplaying_offline.xml')
-rw-r--r--res/menu/nowplaying_offline.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/menu/nowplaying_offline.xml b/res/menu/nowplaying_offline.xml
index e3e85040..3800c013 100644
--- a/res/menu/nowplaying_offline.xml
+++ b/res/menu/nowplaying_offline.xml
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_shuffle"
android:icon="@drawable/action_shuffle"
android:title="@string/download.menu_shuffle"
- android:showAsAction="always|withText"/>
+ compat:showAsAction="always|withText"/>
<item
android:id="@+id/menu_remove_all"
android:icon="@drawable/action_remove_all"
android:title="@string/download.menu_remove_all"
- android:showAsAction="always|withText"/>
+ compat:showAsAction="always|withText"/>
<item
android:id="@+id/menu_screen_on_off"
android:icon="@drawable/action_screen_on_off"
android:title="@string/download.menu_screen_on"
- android:showAsAction="ifRoom|withText"/>
+ compat:showAsAction="ifRoom|withText"/>
<item
android:id="@+id/menu_toggle_timer"