aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/change_presence.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/change_presence.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main/res/menu/change_presence.xml b/src/main/res/menu/change_presence.xml
deleted file mode 100644
index 5417076b6..000000000
--- a/src/main/res/menu/change_presence.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
- <item
- android:id="@+id/action_account_details"
- android:title="@string/account_details"
- app:showAsAction="always"
- android:icon="@drawable/ic_account_box_white_24dp" />
- <item
- android:id="@+id/action_settings"
- android:orderInCategory="100"
- app:showAsAction="never"
- android:title="@string/action_settings" />
-</menu> \ No newline at end of file