little edit account menu correction
This commit is contained in:
parent
ecb6d884f6
commit
7308d4088c
1 changed files with 3 additions and 8 deletions
|
@ -19,11 +19,6 @@
|
|||
</menu>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_import_backup"
|
||||
android:title="@string/restore_backup"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_show_qr_code"
|
||||
android:icon="?attr/icon_show_qr_code"
|
||||
|
@ -34,7 +29,7 @@
|
|||
android:id="@+id/action_show_block_list"
|
||||
android:icon="@drawable/ic_speaker_notes_off_white_24dp"
|
||||
android:title="@string/show_block_list"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_renew_certificate"
|
||||
|
@ -53,7 +48,7 @@
|
|||
android:id="@+id/action_mam_prefs"
|
||||
android:icon="@drawable/ic_cloud_white_24dp"
|
||||
android:title="@string/mam_prefs"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_show_password"
|
||||
|
@ -64,7 +59,7 @@
|
|||
android:id="@+id/action_change_password_on_server"
|
||||
android:icon="@drawable/ic_vpn_key_white_24dp"
|
||||
android:title="@string/change_password"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/mgmt_account_password_forgotten"
|
||||
android:title="@string/mgmt_account_password_forgotten" />
|
||||
|
|
Loading…
Add table
Reference in a new issue