aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/menu_updater.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-09-06 14:29:53 +0200
committerChristian S <christian@pix-art.de>2015-09-06 14:30:01 +0200
commit918926e6cf686d310072d4eab1caa5d17f3bea38 (patch)
treeef0c639c9955e1ab1ef9cb2606495fa09d7c5f56 /src/main/res/menu/menu_updater.xml
parentfe730fca1b06a2c02b5161716f22fdf13286408e (diff)
version 1.6.9 beta
* in app updater
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>