From c67148bfc945e7f08d055c89141fbf8f96d40e47 Mon Sep 17 00:00:00 2001 From: Mindy Pereira Date: Wed, 2 Nov 2011 09:04:36 -0700 Subject: [PATCH] Make the compose from field look just like the one in Gmail. Fixes b/5520687 email compose view from field looks bad Change-Id: Ic6f79ce5b4f4a725bceba98ab1d60e528e28dc25 --- res/layout-v14/compose_from.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/res/layout-v14/compose_from.xml b/res/layout-v14/compose_from.xml index 873e88a64..6c02ec3bc 100644 --- a/res/layout-v14/compose_from.xml +++ b/res/layout-v14/compose_from.xml @@ -14,12 +14,18 @@ limitations under the License. --> - + + - \ No newline at end of file + android:background="@android:color/transparent" + android:layout_height="match_parent" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" /> + +