am 51b635f2: Merge change 24518 into eclair

Merge commit '51b635f2d2ff4d443a7e1d46be7394bf056b9f36' into eclair-plus-aosp

* commit '51b635f2d2ff4d443a7e1d46be7394bf056b9f36':
  Fix spinny position in the title bar
This commit is contained in:
satok 2009-09-10 17:23:22 -07:00 committed by Android Git Automerger
commit 89c1648482

View File

@ -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">
<TextView android:id="@+id/title_left_text"
android:gravity="center_vertical|left"
@ -44,6 +45,7 @@
android:visibility="gone"
android:minWidth="10dip"
android:paddingRight="1dip"
android:layout_marginLeft="4dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>