summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2009-09-09 16:56:36 -0700
committerJim Miller <jaggies@google.com>2009-09-09 17:02:50 -0700
commit0fb243f26f256ac9dd137c70b4ac78edeb7699c1 (patch)
treee2edb19f23ae58036c9bbd020fd4fc57862045f7
parent9588f02223b84604919d981753ecd72d5a99886c (diff)
downloadGoogleSubscribedFeedsProvider-0fb243f26f256ac9dd137c70b4ac78edeb7699c1.tar.gz
Update title font in AccountSettings screen
-rw-r--r--res/layout/title.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/layout/title.xml b/res/layout/title.xml
index d7af074..85efdd3 100644
--- a/res/layout/title.xml
+++ b/res/layout/title.xml
@@ -41,7 +41,10 @@
android:id="@+id/user_id"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:textColor="?android:attr/textColorPrimary"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textStyle="bold"
+ android:singleLine="true"
+ android:ellipsize="end"
android:gravity="center_vertical"
android:layout_marginTop="5dip"/>
@@ -49,7 +52,9 @@
android:id="@+id/provider_id"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:textColor="?android:attr/textColorSecondary"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:singleLine="true"
+ android:ellipsize="end"
android:layout_gravity="bottom"
android:layout_marginBottom="5dip"/>