aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/multi_certify_item.xml
diff options
context:
space:
mode:
authorTim Bray <timbray@gmail.com>2014-10-21 11:35:03 -0700
committerTim Bray <timbray@gmail.com>2014-10-21 11:35:03 -0700
commit0516b80c0770a8b2cd50a386640b2761b6c08bd5 (patch)
treee9cd5d4a85931026660f24386785727e9e26d27f /OpenKeychain/src/main/res/layout/multi_certify_item.xml
parentf4f16e62a200e8ac051a69a5810cf34a4940776f (diff)
downloadopen-keychain-0516b80c0770a8b2cd50a386640b2761b6c08bd5.tar.gz
open-keychain-0516b80c0770a8b2cd50a386640b2761b6c08bd5.tar.bz2
open-keychain-0516b80c0770a8b2cd50a386640b2761b6c08bd5.zip
Make the Certify screen a little more self-explanatory
Diffstat (limited to 'OpenKeychain/src/main/res/layout/multi_certify_item.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/multi_certify_item.xml53
1 files changed, 16 insertions, 37 deletions
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">
- <LinearLayout android:id="@+id/user_id_header"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:clickable="true"
- android:layout_marginLeft="8dip"
- android:layout_marginTop="16dip">
-
- <LinearLayout android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
-
- <TextView
- android:id="@+id/user_id_header_id"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="ID: 0123 4567 890a bcde"
- android:textAppearance="?android:attr/textAppearanceMedium"
- />
-
- </LinearLayout>
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1dip"
- android:background="?android:attr/listDivider"
- android:paddingLeft="24dip"
- android:paddingRight="24dip"
- android:layout_marginBottom="4dip"/>
-
- </LinearLayout>
+ <TextView android:id="@+id/user_id_header"
+ style="@style/SectionHeader"
+ android:text="Identities for Key ID: 0123 4567 890a bcde"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:clickable="true"
+ android:layout_marginLeft="8dip"
+ android:layout_marginTop="8dip"/>
<LinearLayout android:id="@+id/user_id_body"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:singleLine="true"
- android:layout_marginLeft="8dip"
- android:layout_marginTop="4dip">
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ android:singleLine="true"
+ android:layout_marginLeft="8dip"
+ android:layout_marginTop="4dip">
<CheckBox
android:id="@+id/user_id_item_check_box"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:gravity="top|center"
android:clickable="false"
android:focusable="false" />