aboutsummaryrefslogtreecommitdiff
path: root/res/menu/chat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/chat.xml')
-rw-r--r--res/menu/chat.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/menu/chat.xml b/res/menu/chat.xml
index 67c13587..c8ea860a 100644
--- a/res/menu/chat.xml
+++ b/res/menu/chat.xml
@@ -6,4 +6,14 @@
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> \ No newline at end of file