From b66256738f277431b4f62f7abe90ee41f2bdf45a Mon Sep 17 00:00:00 2001 From: Evan Millar Date: Wed, 30 Sep 2009 17:04:18 -0700 Subject: [PATCH] Fix padding around QuickContactBadge in ContactHeaderWidget Change-Id: Ifc9162c5fb7794530705e1de1d42d19d6ed8a8f4 --- core/res/res/layout/contact_header.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/res/res/layout/contact_header.xml b/core/res/res/layout/contact_header.xml index b2bc845acd66a..d551a26648cc6 100644 --- a/core/res/res/layout/contact_header.xml +++ b/core/res/res/layout/contact_header.xml @@ -23,10 +23,9 @@ android:paddingRight="5dip"> /> @@ -60,7 +59,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceSmall" - android:maxLines="1" + android:singleLine="true" android:ellipsize="end" android:layout_marginTop="-4dip" />