OSDN Git Service

Make the text in the title bar larger and centered.
authorLeon Scroggins <scroggo@google.com>
Thu, 10 Sep 2009 20:22:48 +0000 (16:22 -0400)
committerLeon Scroggins <scroggo@google.com>
Thu, 10 Sep 2009 20:23:13 +0000 (16:23 -0400)
Fixes http://b/issue?id=2107393

Change-Id: Id9d959769e0fb988459c960c91ecd1fdb7064786

res/layout/title_bar.xml

index be5f51c..eb9f7f9 100644 (file)
@@ -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"
         />