commit | 5524d2e3fa6ebcf6b11307b5532344f9fc0b4531 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Thu Sep 10 16:22:48 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Thu Sep 10 16:23:13 2009 -0400 |
tree | 30147c9ac8154043654dc1350320349f9ac4d50b | |
parent | 54ba51c47f42ef4c37005fada71c2bda978e8e43 [diff] |
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" />