2014-11-03 22:47:07 +01:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_qr_code"
|
|
|
|
android:title="@string/show_qr_code"
|
|
|
|
android:showAsAction="never" />
|
2014-10-21 22:22:01 +02:00
|
|
|
|
2014-12-21 21:43:58 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_block_list"
|
|
|
|
android:title="@string/show_block_list"
|
|
|
|
android:showAsAction="never" />
|
2014-11-03 22:47:07 +01:00
|
|
|
|
2015-10-11 15:48:58 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_renew_certificate"
|
|
|
|
android:title="@string/action_renew_certificate"
|
|
|
|
android:visible="false"
|
|
|
|
android:showAsAction="never" />
|
|
|
|
/>
|
|
|
|
|
2014-10-21 22:22:01 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_server_info_show_more"
|
|
|
|
android:title="@string/server_info_show_more"
|
|
|
|
android:checkable="true"
|
|
|
|
android:checked="false"
|
|
|
|
android:showAsAction="never" />
|
2015-01-03 00:11:02 +01:00
|
|
|
|
|
|
|
<item android:id="@+id/action_change_password_on_server"
|
|
|
|
android:title="@string/change_password"
|
|
|
|
android:showAsAction="never" />
|
2015-07-19 23:35:03 +02:00
|
|
|
|
|
|
|
<item android:id="@+id/action_clear_devices"
|
|
|
|
android:title="@string/clear_other_devices"
|
|
|
|
android:showAsAction="never"/>
|
2015-11-28 20:11:38 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/action_settings"/>
|
2014-11-03 22:47:07 +01:00
|
|
|
</menu>
|