diff options
author | Christian S <christian@pix-art.de> | 2016-04-03 21:38:07 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-04-03 21:38:07 +0200 |
commit | 5f5ddc1f10221deaa0fe5698cc41411e531efb79 (patch) | |
tree | 50d6225dab0a7c9f933472851acb8bd8678abaec /src/main/res | |
parent | 3718e025fb4dd7508de14d84e30be65a3f2aec5d (diff) |
added "blocklist" and "change password" icons
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/menu/editaccount.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml index 9f06fc4c4..30831920b 100644 --- a/src/main/res/menu/editaccount.xml +++ b/src/main/res/menu/editaccount.xml @@ -7,7 +7,8 @@ <item android:id="@+id/action_show_block_list" - android:showAsAction="never" + android:showAsAction="always" + android:icon="@drawable/ic_action_cancel" android:title="@string/show_block_list"/> <item @@ -29,7 +30,8 @@ <item android:id="@+id/action_change_password_on_server" - android:showAsAction="never" + android:showAsAction="always" + android:icon="@drawable/ic_action_edit" android:title="@string/change_password"/> <item |