diff options
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/pgp_handler.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/menu/pgp_handler_new_password.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/menu/pgp_handler_select_folder.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/menu/pgp_handler.xml b/app/src/main/res/menu/pgp_handler.xml index 44935595..778bb5d1 100644 --- a/app/src/main/res/menu/pgp_handler.xml +++ b/app/src/main/res/menu/pgp_handler.xml @@ -6,7 +6,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:pwstore="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - tools:context="com.zeapo.pwdstore.crypto.PgpActivity"> + tools:context=".ui.crypto.PgpActivity"> <item android:id="@+id/share_password_as_plaintext" android:icon="@drawable/ic_share_24dp" diff --git a/app/src/main/res/menu/pgp_handler_new_password.xml b/app/src/main/res/menu/pgp_handler_new_password.xml index 455ae48a..b28c7476 100644 --- a/app/src/main/res/menu/pgp_handler_new_password.xml +++ b/app/src/main/res/menu/pgp_handler_new_password.xml @@ -6,7 +6,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:pwstore="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - tools:context="com.zeapo.pwdstore.crypto.PgpActivity"> + tools:context=".ui.crypto.PgpActivity"> <item android:id="@+id/save_password" android:icon="@drawable/ic_save_24dp" diff --git a/app/src/main/res/menu/pgp_handler_select_folder.xml b/app/src/main/res/menu/pgp_handler_select_folder.xml index e033e2d5..17e640ba 100644 --- a/app/src/main/res/menu/pgp_handler_select_folder.xml +++ b/app/src/main/res/menu/pgp_handler_select_folder.xml @@ -6,7 +6,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:pwstore="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - tools:context="com.zeapo.pwdstore.SelectFolderActivity"> + tools:context="dev.msfjarvis.aps.SelectFolderActivity"> <item android:id="@+id/crypto_select" android:icon="@drawable/ic_done_24dp" |