diff options
author | Michael <betheg@bitcloner.org> | 2014-11-23 21:36:44 +0100 |
---|---|---|
committer | Michael <betheg@bitcloner.org> | 2014-11-23 21:37:45 +0100 |
commit | 31b539daf74048d2a712e89e0c9a9de80af63ba5 (patch) | |
tree | 6d852f6c03bde609b2df3d0569ade7bfe46f7486 /src/main/res/menu | |
parent | 49403fda8410315b34677ebfa2e29f59a61f76bd (diff) |
MUC: option to set/delete bookmark in conference details.
Diffstat (limited to 'src/main/res/menu')
-rw-r--r-- | src/main/res/menu/muc_details.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/res/menu/muc_details.xml b/src/main/res/menu/muc_details.xml index 84b90e17..341d438a 100644 --- a/src/main/res/menu/muc_details.xml +++ b/src/main/res/menu/muc_details.xml @@ -12,6 +12,16 @@ android:title="@string/show_qr_code" android:showAsAction="never" /> <item + android:id="@+id/action_save_as_bookmark" + android:title="@string/save_as_bookmark" + android:orderInCategory="80" + android:showAsAction="never" /> + <item + android:id="@+id/action_delete_bookmark" + android:title="@string/delete_bookmark" + android:orderInCategory="80" + android:showAsAction="never" /> + <item android:id="@+id/action_accounts" android:orderInCategory="90" android:showAsAction="never" |