diff --git a/OpenKeychain/src/main/AndroidManifest.xml b/OpenKeychain/src/main/AndroidManifest.xml index 959e1cf08..f68499fc8 100644 --- a/OpenKeychain/src/main/AndroidManifest.xml +++ b/OpenKeychain/src/main/AndroidManifest.xml @@ -426,7 +426,12 @@ + android:label="@string/title_certify_key" + android:parentActivityName=".ui.AddKeysActivity"> + + onCreateLoader(int id, Bundle args) { Uri uri = UserIds.buildUserIdsUri(); diff --git a/OpenKeychain/src/main/res/layout/multi_certify_key_fragment.xml b/OpenKeychain/src/main/res/layout/multi_certify_key_fragment.xml index 5bbd30ed3..729a78545 100644 --- a/OpenKeychain/src/main/res/layout/multi_certify_key_fragment.xml +++ b/OpenKeychain/src/main/res/layout/multi_certify_key_fragment.xml @@ -1,115 +1,132 @@ - - + + android:layout_marginTop="16dp" + android:layout_marginBottom="8dp" + android:orientation="horizontal"> - - - + android:id="@+id/imageView" + android:src="@drawable/ic_action_person" + android:layout_gravity="center_vertical" /> - - - - - - - - - - - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 874ece8a0..628d7b092 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -135,7 +135,7 @@ "Name" "Comment" "Email" - "Synchronize key with public keyservers" + "Synchronize with public keyservers" "Fingerprint" "Set expiry date" "(First keyserver listed is preferred)" @@ -276,8 +276,8 @@ "Successfully decrypted and valid signature (certified)" - "Secure Exchange" - "Secure Add" + "Exchange" + "Add" "My key:" "Start exchange" "Scan QR Code" @@ -942,7 +942,8 @@ "<unknown>" "No certificates for this key" "Only validated self-certificates and validated certificates created with your keys are displayed here." - "Identities to certify" + "Identities" + "Are the selected identities corresponding to the persons you are exchanging keys with?\nDeselect any unknown to you." "Revocation Reason" "Verification Status" "Type"