Make the text in the title bar larger and centered.

Fixes http://b/issue?id=2107393

Change-Id: Id9d959769e0fb988459c960c91ecd1fdb7064786
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"
         />