2014-11-03 21:47:07 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2016-04-22 19:25:06 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_change_presence"
|
|
|
|
android:showAsAction="always"
|
|
|
|
android:title="@string/change_presence"
|
|
|
|
android:icon="@drawable/ic_announcement_white_24dp"/>
|
|
|
|
|
2014-11-03 21:47:07 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_qr_code"
|
2016-02-09 12:01:17 +00:00
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/show_qr_code"/>
|
2014-10-21 20:22:01 +00:00
|
|
|
|
2014-12-21 20:43:58 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_block_list"
|
2016-02-09 12:01:17 +00:00
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/show_block_list"/>
|
2014-11-03 21:47:07 +00:00
|
|
|
|
2015-10-11 13:48:58 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_renew_certificate"
|
2016-02-09 12:01:17 +00:00
|
|
|
android:showAsAction="never"
|
2015-10-11 13:48:58 +00:00
|
|
|
android:title="@string/action_renew_certificate"
|
2016-02-09 12:01:17 +00:00
|
|
|
android:visible="false"/>
|
2015-10-11 13:48:58 +00:00
|
|
|
|
2014-10-21 20:22:01 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_server_info_show_more"
|
|
|
|
android:checkable="true"
|
|
|
|
android:checked="false"
|
2016-02-09 12:01:17 +00:00
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/server_info_show_more"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_mam_prefs"
|
|
|
|
android:title="@string/mam_prefs"/>
|
2015-01-02 23:11:02 +00:00
|
|
|
|
2016-05-19 08:46:19 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_password"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/show_password"/>
|
|
|
|
|
2016-02-09 12:01:17 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_change_password_on_server"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/change_password"/>
|
2015-07-19 21:35:03 +00:00
|
|
|
|
2016-02-09 12:01:17 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_clear_devices"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/clear_other_devices"/>
|
2015-11-28 19:11:38 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/action_settings"/>
|
2014-11-03 21:47:07 +00:00
|
|
|
</menu>
|