summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/channellist.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2014-12-29 21:05:59 +0100
committerlado <herrlado@gmail.com>2014-12-29 21:05:59 +0100
commit6dcead1f7ad58be52e4c155942b651ad6f2c4e70 (patch)
treeea820e9a02acd153c33a235b3e136b03f2619ea3 /vdrmanager/res/menu/channellist.xml
parent4119f8234452ad9fa01cd4950b31a3408e5b30c0 (diff)
downloadvdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.gz
vdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.bz2
smarttvweb and compat lib. removed actionbar sherloch
Diffstat (limited to 'vdrmanager/res/menu/channellist.xml')
-rw-r--r--vdrmanager/res/menu/channellist.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vdrmanager/res/menu/channellist.xml b/vdrmanager/res/menu/channellist.xml
index 29cf2d8..4f2695a 100644
--- a/vdrmanager/res/menu/channellist.xml
+++ b/vdrmanager/res/menu/channellist.xml
@@ -1,16 +1,16 @@
<?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:v7="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/channels_recent_channels" android:alphabeticShortcut="r"
android:icon="@drawable/ic_menu_recent_history"
- android:showAsAction="ifRoom"
+ v7:showAsAction="ifRoom"
android:title="@string/recent_channels"/>
<item
android:id="@+id/channels_groupby" android:alphabeticShortcut="g"
android:icon="@android:drawable/ic_menu_sort_alphabetically"
- android:showAsAction="ifRoom"
+ v7:showAsAction="ifRoom"
android:title="@string/menu_groupby"/>
</menu> \ No newline at end of file