summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/epg_search_menu.xml
blob: 22a69eec9c767e70e7c3c09a4aa4cc1479278090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" >

<!-- -->
	<item
	  android:id="@+id/epg_search"
	  android:icon="@android:drawable/ic_menu_search"
	  android:alphabeticShortcut="s"
	  v7:showAsAction="always"
	  android:title="@string/action_menu_search"/>

</menu>