aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/drawer_menu.xml
blob: b3e70cfa790ded06e6674b2c931072f9a170d504 (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>