From 77ee78152b3a0fc72ed7bab506e6df5113407236 Mon Sep 17 00:00:00 2001 From: Mihai Preda Date: Wed, 28 Oct 2009 17:54:52 +0100 Subject: [PATCH] MessageView: center the presence dot with the From text. Bug: 2216938 --- res/layout/message_view_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/message_view_header.xml b/res/layout/message_view_header.xml index 8b0c935ee..5cb2d3063 100644 --- a/res/layout/message_view_header.xml +++ b/res/layout/message_view_header.xml @@ -36,7 +36,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="5dip" - android:baselineAlignBottom="true" + android:layout_gravity="center_vertical" android:background="@drawable/quickcontact_presence_bg" />