aboutsummaryrefslogtreecommitdiff
path: root/res/menu/chat.xml
blob: c8ea860ae5ab116d1416a30f6cd84228bb038ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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_refresh"
		android:icon="@drawable/action_refresh"
		android:title="@string/menu.refresh"
		compat:showAsAction="always|withText"/>

	<item
		android:id="@+id/menu_settings"
		android:icon="@drawable/action_settings"
		android:title="@string/menu.settings"/>

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