From b191bcc3bf89449ce6ea87db605a97766b21feb5 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Thu, 12 Jun 2014 07:59:43 -0700 Subject: [PATCH] Fix owner info The owner info field was set to be the same size as the status field. This means, that, for instance, when the status field shows 'Try again' you only get a very short owner info area. Change-Id: Ib9b49f8d64d47f0ade686f1f99b2d1a2176cdfc5 --- res/layout/crypt_keeper_status.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/res/layout/crypt_keeper_status.xml b/res/layout/crypt_keeper_status.xml index 39e64b09c15..9015613fa01 100644 --- a/res/layout/crypt_keeper_status.xml +++ b/res/layout/crypt_keeper_status.xml @@ -21,7 +21,7 @@ @@ -36,17 +36,18 @@ android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/enter_password" android:drawableLeft="@*android:drawable/ic_lock_idle_lock" + android:layout_gravity="center_horizontal" />