summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/main_menu.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/main_menu.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/main_menu.xml')
-rw-r--r--vdrmanager/res/menu/main_menu.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/vdrmanager/res/menu/main_menu.xml b/vdrmanager/res/menu/main_menu.xml
index 5e452cb..f08a1fd 100644
--- a/vdrmanager/res/menu/main_menu.xml
+++ b/vdrmanager/res/menu/main_menu.xml
@@ -1,21 +1,21 @@
<?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/main_menu_goto"
android:icon="@drawable/ic_menu_goto"
- android:showAsAction="ifRoom"
+ v7:showAsAction="ifRoom"
android:title="@string/main_menu_goto"/>
<item
android:id="@+id/menu_search"
- android:actionViewClass="com.actionbarsherlock.widget.SearchView"
+ v7:actionViewClass="android.support.v7.widget.SearchView"
android:icon="@android:drawable/ic_menu_search"
- android:showAsAction="always"
+ v7:showAsAction="always"
android:title="@string/search"/>
<item
android:id="@+id/main_menu_preferences"
android:icon="@android:drawable/ic_menu_preferences"
- android:showAsAction="ifRoom"
+ v7:showAsAction="ifRoom"
android:title="@string/main_menu_preferences"/>
<item
android:id="@+id/main_menu_clear_search"