aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/pgp_handler.xml2
-rw-r--r--app/src/main/res/menu/pwdstore.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/menu/pgp_handler.xml b/app/src/main/res/menu/pgp_handler.xml
index bf981e24..26347a3a 100644
--- a/app/src/main/res/menu/pgp_handler.xml
+++ b/app/src/main/res/menu/pgp_handler.xml
@@ -1,6 +1,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
- tools:context="com.zeapo.pwdstore.PgpHandler" >
+ tools:context="com.zeapo.pwdstore.crypto.PgpHandler" >
<item android:id="@+id/action_settings"
android:title="@string/action_settings"
android:orderInCategory="100"
diff --git a/app/src/main/res/menu/pwdstore.xml b/app/src/main/res/menu/pwdstore.xml
index a9c41638..c8acb162 100644
--- a/app/src/main/res/menu/pwdstore.xml
+++ b/app/src/main/res/menu/pwdstore.xml
@@ -1,6 +1,10 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".pwdstore" >
+ <item android:id="@+id/referesh"
+ android:title="Refresh"
+ android:showAsAction="ifRoom"
+ android:icon="@android:drawable/ic_popup_sync"/>
<item android:id="@+id/user_pref"
android:title="Settings"
@@ -8,3 +12,4 @@
android:showAsAction="ifRoom"
android:icon="@android:drawable/ic_menu_manage"/>
</menu>
+