am b45098fb: Merge "Make account setup flow headline grey and skinny" into ub-mail-algol

* commit 'b45098fb37e460f4c37c3625517958bef180bee1':
  Make account setup flow headline grey and skinny
This commit is contained in:
Tony Mantler 2014-03-27 18:40:04 +00:00 committed by Android Git Automerger
commit 688418811a
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<!-- See also values-xlarge for specializations for xlarge screens -->
<resources>
<!-- Account setup screens -->
<color name="account_setup_headline_color">#5E802B</color>
<color name="account_setup_headline_color">#333333</color>
<color name="account_setup_info_text_color">#000000</color>
<color name="account_setup_label_text_color">#666666</color>
<color name="account_setup_divider_color">#CCCCCC</color>

View File

@ -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>