summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/epg_search_menu.xml
blob: e4bf9d0d1807ce3baed777af703e3ce9925119d9 (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">

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

</menu>