aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/editaccount.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu/editaccount.xml')
-rw-r--r--src/main/res/menu/editaccount.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml
index 5d10901e..fc362836 100644
--- a/src/main/res/menu/editaccount.xml
+++ b/src/main/res/menu/editaccount.xml
@@ -4,9 +4,16 @@
android:id="@+id/action_show_qr_code"
android:title="@string/show_qr_code"
android:showAsAction="never" />
+
<item
android:id="@+id/action_show_block_list"
android:title="@string/show_block_list"
android:showAsAction="never" />
+ <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" />
</menu> \ No newline at end of file