From 2afb36d89144b692bc7cd2ce3682f9b2b8842854 Mon Sep 17 00:00:00 2001 From: Andreas Straub Date: Thu, 9 Jul 2015 14:26:19 +0200 Subject: Display trust status in ContactDetailsActivity --- src/main/res/layout/contact_key.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'src/main/res/layout') diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml index b7817b38..e8eecf48 100644 --- a/src/main/res/layout/contact_key.xml +++ b/src/main/res/layout/contact_key.xml @@ -3,18 +3,18 @@ android:layout_width="wrap_content" android:layout_height="match_parent" > - @@ -23,9 +23,21 @@ android:id="@+id/key_type" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignParentLeft="true" + android:layout_below="@+id/key" android:textColor="@color/secondarytext" android:textSize="?attr/TextSizeInfo"/> - + + +