diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-04-22 21:25:06 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-04-22 21:25:06 +0200 |
commit | 1901abd05fc051b776e2bbb10295f936408a0843 (patch) | |
tree | e010518afdcd1723a292df8b65981154284ddf77 /src/main/res/menu/editaccount.xml | |
parent | 195b745efc0747e930a639d2c89d4c3a79e0a3c2 (diff) |
expert setting to manually change presence
Diffstat (limited to 'src/main/res/menu/editaccount.xml')
-rw-r--r-- | src/main/res/menu/editaccount.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml index 9f06fc4c..ef9f1732 100644 --- a/src/main/res/menu/editaccount.xml +++ b/src/main/res/menu/editaccount.xml @@ -1,6 +1,12 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item + android:id="@+id/action_change_presence" + android:showAsAction="always" + android:title="@string/change_presence" + android:icon="@drawable/ic_announcement_white_24dp"/> + + <item android:id="@+id/action_show_qr_code" android:showAsAction="never" android:title="@string/show_qr_code"/> |