diff options
author | Adam Smith <adam.smith18@ntlworld.com> | 2014-10-31 11:37:52 +0000 |
---|---|---|
committer | Adam Smith <adam.smith18@ntlworld.com> | 2014-10-31 11:37:52 +0000 |
commit | d5e4ddc939abfea29852558a8a85409fef9eaf5a (patch) | |
tree | f0487c7a002094d67bcdfe26c2af6a39304e4915 /app/src/main/res/menu | |
parent | af2c0ab0e1e8f45e821e4fc37752eee4bc6ab1bc (diff) |
Hard coded strings replaced with resources in PasswordStore
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/pwdstore.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/menu/pwdstore.xml b/app/src/main/res/menu/pwdstore.xml index bfb3ad0c..220bd49b 100644 --- a/app/src/main/res/menu/pwdstore.xml +++ b/app/src/main/res/menu/pwdstore.xml @@ -24,8 +24,8 @@ <item android:id="@+id/refresh" android:title="Refresh list" - android:showAsAction="never" - android:icon="@drawable/ico_sync"/> + pwstore:showAsAction="never" + android:icon="@drawable/ic_action_refresh"/> <item android:id="@+id/user_pref" android:title="Settings" |