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" />
|
2014-11-03 21:47:07 +00:00
|
|
|
</menu>
|