From 0516b80c0770a8b2cd50a386640b2761b6c08bd5 Mon Sep 17 00:00:00 2001 From: Tim Bray Date: Tue, 21 Oct 2014 11:35:03 -0700 Subject: Make the Certify screen a little more self-explanatory --- .../src/main/res/layout/multi_certify_item.xml | 53 +++++++--------------- .../main/res/layout/multi_certify_key_fragment.xml | 34 +++----------- OpenKeychain/src/main/res/values/strings.xml | 6 +-- 3 files changed, 26 insertions(+), 67 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/multi_certify_item.xml b/OpenKeychain/src/main/res/layout/multi_certify_item.xml index c578473d3..71838c2fc 100644 --- a/OpenKeychain/src/main/res/layout/multi_certify_item.xml +++ b/OpenKeychain/src/main/res/layout/multi_certify_item.xml @@ -6,50 +6,29 @@ android:orientation="vertical" android:singleLine="true"> - - - - - - - - - - - + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:singleLine="true" + android:layout_marginLeft="8dip" + android:layout_marginTop="4dip"> 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 d2335cbe9..851464dd3 100644 --- a/OpenKeychain/src/main/res/layout/multi_certify_key_fragment.xml +++ b/OpenKeychain/src/main/res/layout/multi_certify_key_fragment.xml @@ -10,37 +10,17 @@ android:paddingRight="16dp" android:orientation="vertical"> - - - - - - - - - + android:layout_marginLeft="8dp" + android:layout_marginRight="8dp" + android:textAppearance="?android:attr/textAppearanceMedium" + android:text="@string/certify_text" + android:id="@+id/textView" + android:layout_weight="1" /> "Name" "Comment" "Email" - "Synchronize with public keyservers" + "Share your certification with the cloud" "Fingerprint" "Set expiry date" "(First keyserver listed is preferred)" @@ -1013,8 +1013,8 @@ "<unknown>" "No certificates for this key" "Only validated self-certificates and validated certificates created with your keys are displayed here." - "Identities" - "Do the selected identities match the persons you are exchanging keys with? Deselect all unknown ones." + "Identities for " + "The keys you’re importing contain “identities”: names and emails. If these match what you expected, you can say so by “certifying” them. If they don’t match, you probably shouldn’t use these keys." "Revocation Reason" "Verification Status" "Type" -- cgit v1.2.3