2018-02-16 11:06:05 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2014-11-03 21:47:07 +00:00
|
|
|
|
2018-03-03 11:27:46 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_change_presence"
|
|
|
|
android:icon="@drawable/ic_announcement_white_24dp"
|
|
|
|
app:showAsAction="always"
|
2018-03-04 10:43:58 +00:00
|
|
|
android:title="@string/edit_status_message"/>
|
2018-03-03 11:27:46 +00:00
|
|
|
|
2017-09-19 14:28:01 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_share"
|
2016-11-22 21:31:46 +00:00
|
|
|
android:icon="?attr/icon_share"
|
2018-02-16 11:06:05 +00:00
|
|
|
app:showAsAction="always"
|
2017-09-19 14:28:01 +00:00
|
|
|
android:title="@string/share_uri_with">
|
2016-11-22 21:31:46 +00:00
|
|
|
<menu>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_share_uri"
|
|
|
|
android:title="@string/share_as_uri"/>
|
2017-09-19 14:28:01 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_share_http"
|
2016-11-22 21:31:46 +00:00
|
|
|
android:title="@string/share_as_http"/>
|
2017-09-19 14:28:01 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_share_barcode"
|
|
|
|
android:title="@string/share_as_barcode"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_qr_code"
|
|
|
|
android:title="@string/show_qr_code"/>
|
2016-11-22 21:31:46 +00:00
|
|
|
</menu>
|
|
|
|
</item>
|
|
|
|
|
2014-12-21 20:43:58 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_block_list"
|
2018-02-16 11:06:05 +00:00
|
|
|
app:showAsAction="never"
|
2016-02-09 12:01:17 +00:00
|
|
|
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"
|
2018-02-16 11:06:05 +00:00
|
|
|
app: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"
|
2018-02-16 11:06:05 +00:00
|
|
|
app:showAsAction="never"
|
2016-02-09 12:01:17 +00:00
|
|
|
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-02-09 12:01:17 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_change_password_on_server"
|
2018-02-16 11:06:05 +00:00
|
|
|
app:showAsAction="never"
|
2016-02-09 12:01:17 +00:00
|
|
|
android:title="@string/change_password"/>
|
2015-07-19 21:35:03 +00:00
|
|
|
|
2015-11-28 19:11:38 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
android:orderInCategory="100"
|
2018-02-16 11:06:05 +00:00
|
|
|
app:showAsAction="never"
|
2015-11-28 19:11:38 +00:00
|
|
|
android:title="@string/action_settings"/>
|
2014-11-03 21:47:07 +00:00
|
|
|
</menu>
|