aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/menu_updater.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu/menu_updater.xml')
-rw-r--r--src/main/res/menu/menu_updater.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/menu/menu_updater.xml b/src/main/res/menu/menu_updater.xml
new file mode 100644
index 000000000..f52657372
--- /dev/null
+++ b/src/main/res/menu/menu_updater.xml
@@ -0,0 +1,7 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:context="eu.siacs.conversations.ui.UpdaterActivity">
+ <item android:id="@+id/action_settings" android:title="@string/action_settings"
+ android:orderInCategory="100" app:showAsAction="never" />
+</menu>