aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/editaccount.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-14 22:18:13 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-14 22:18:13 +0200
commitafa331e3f88f559e0e31af5f26108d48592ed0a4 (patch)
tree03d5f801465e44ea18a9e708e06835097572da0e /src/main/res/menu/editaccount.xml
parenta25c5354a452568f286b3ec6f3258c96bf75c280 (diff)
added new icons
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/editaccount.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml
index 509bd9532..b28edf1ed 100644
--- a/src/main/res/menu/editaccount.xml
+++ b/src/main/res/menu/editaccount.xml
@@ -4,7 +4,7 @@
android:id="@+id/action_change_presence"
android:showAsAction="always"
android:title="@string/change_presence"
- android:icon="@drawable/ic_announcement_white_24dp"/>
+ android:icon="@drawable/ic_new_releases_white_24dp"/>
<item
android:id="@+id/action_show_qr_code"
@@ -14,7 +14,7 @@
<item
android:id="@+id/action_show_block_list"
android:showAsAction="always"
- android:icon="@drawable/ic_block_white_24dp"
+ android:icon="@drawable/ic_speaker_notes_off_white_24dp"
android:title="@string/show_block_list"/>
<item
@@ -39,7 +39,7 @@
<item
android:id="@+id/action_change_password_on_server"
android:showAsAction="always"
- android:icon="?attr/icon_edit"
+ android:icon="@drawable/ic_vpn_key_white_24dp"
android:title="@string/change_password"/>
<item
android:id="@+id/mgmt_account_reconnect"