res/menu/chat.xml
author nikita@nikita-laptop
Mon, 15 Feb 2010 22:37:32 +0100
changeset 671 25f6fded204a
parent 510 40b6fc1be0ef
permissions -rw-r--r--
i have temporarly deleted jingle features from the trunk, report you to http://beem-project.com/hg/beem-audio/ if you are interested

<menu xmlns:android="http://schemas.android.com/apk/res/android">
	<group>
		<item android:id="@+id/chat_menu_contacts_list" android:visible="true"
			android:title="@string/chat_menu_contacts_list" android:icon="@drawable/ic_menu_friendslist" />
		<item android:id="@+id/chat_menu_change_chat" android:visible="true"
			android:title="@string/chat_menu_change_chat" android:icon="@drawable/ic_menu_chat_dashboard" />
	</group>
	<item android:id="@+id/chat_menu_close_chat" android:visible="true"
		android:title="@string/chat_menu_close_chat" android:icon="@drawable/ic_menu_end_conversation" />
</menu>