diff options
| author | Tony Mantler <nicoya@google.com> | 2014-03-26 16:21:14 -0700 |
|---|---|---|
| committer | Tony Mantler <nicoya@google.com> | 2014-03-26 16:21:14 -0700 |
| commit | 3b62bc70297f8198c7c577b977c392eb4e449751 (patch) | |
| tree | 8f88f9904ed53e0d60874d9acb8d5f98983231b4 /res/values/styles.xml | |
| parent | 74c489f7441cf5189246d856fee5365f6a8b4502 (diff) | |
| download | android_packages_apps_Email-3b62bc70297f8198c7c577b977c392eb4e449751.tar.gz android_packages_apps_Email-3b62bc70297f8198c7c577b977c392eb4e449751.tar.bz2 android_packages_apps_Email-3b62bc70297f8198c7c577b977c392eb4e449751.zip | |
Make account setup flow headline grey and skinny
b/13639943
Change-Id: I1c1fd6c3438baadbc006a1f2c340ab0abbd7b5c1
Diffstat (limited to 'res/values/styles.xml')
| -rw-r--r-- | res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 2f65a8708..2b3aad88d 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -22,6 +22,7 @@ <!-- The large headline at the top of every account setup screen --> <style name="account_setup_headline"> + <item name="android:fontFamily">sans-serif-thin</item> <item name="android:textSize">@dimen/setup_headline_text_size</item> <item name="android:textColor">@color/account_setup_headline_color</item> <item name="android:paddingTop">@dimen/setup_headline_padding_top</item> |
