2014-11-03 21:47:07 +00: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 20:22:01 +00:00
|
|
|
|
2014-12-21 20:43:58 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_block_list"
|
|
|
|
android:title="@string/show_block_list"
|
|
|
|
android:showAsAction="never" />
|
2014-11-03 21:47:07 +00:00
|
|
|
|
2014-10-21 20:22:01 +00: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-02 23:11:02 +00:00
|
|
|
|
|
|
|
<item android:id="@+id/action_change_password_on_server"
|
|
|
|
android:title="@string/change_password"
|
|
|
|
android:showAsAction="never" />
|
2015-07-19 21:35:03 +00:00
|
|
|
|
|
|
|
<item android:id="@+id/action_clear_devices"
|
|
|
|
android:title="@string/clear_other_devices"
|
|
|
|
android:showAsAction="never"/>
|
2014-11-03 21:47:07 +00:00
|
|
|
</menu>
|