From 2cbacb511f09a7a030a4693e0f345c98cd54aee9 Mon Sep 17 00:00:00 2001 From: satok Date: Thu, 10 Sep 2009 20:36:13 +0900 Subject: [PATCH] Fix spinny position in the title bar BUG: 2072362 --- res/layout/list_title.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/list_title.xml b/res/layout/list_title.xml index d15f84dcf..87116d9cf 100644 --- a/res/layout/list_title.xml +++ b/res/layout/list_title.xml @@ -19,7 +19,8 @@ android:id="@+id/screen" android:orientation="horizontal" android:layout_width="fill_parent" - android:layout_height="fill_parent"> + android:layout_height="fill_parent" + android:gravity="center_vertical">