aboutsummaryrefslogtreecommitdiff
path: root/res/menu/drawer_menu.xml
blob: 3a3baf29c30966262ab40e4250242ce81ee84260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
	  xmlns:compat="http://schemas.android.com/apk/res-auto">

	<item
		android:id="@+id/menu_search"
		android:icon="?attr/search"
		android:title="@string/menu.search"
		compat:showAsAction="always|withText"/>

	<item
		android:id="@+id/menu_exit"
		android:title="@string/menu.exit"/>
</menu>