Merge change 24566 into eclair
* changes:
Make the text in the title bar larger and centered.
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index be5f51c..eb9f7f9 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -46,6 +46,9 @@
android:layout_weight="1.0"
android:paddingLeft="8dip"
android:paddingRight="6dip"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textColor="@color/black"
+ android:gravity="center_vertical"
android:singleLine="true"
android:ellipsize="end"
/>