2014-01-18 18:17:08 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2014-02-18 22:08:24 -08:00
|
|
|
<item android:title="@string/GroupCreateActivity_menu_create_title"
|
2014-01-18 18:17:08 -08:00
|
|
|
android:id="@+id/menu_create_group"
|
2014-02-18 22:08:24 -08:00
|
|
|
android:icon="?menu_accept_icon"
|
2014-01-18 18:17:08 -08:00
|
|
|
android:showAsAction="always|withText"/>
|
|
|
|
|
|
|
|
</menu>
|