OSDN Git Service

Merge "Add c2c and chat support when there is eligible account." into nyc-mr1-dev
authorFan Zhang <zhfan@google.com>
Wed, 27 Apr 2016 16:52:38 +0000 (16:52 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 27 Apr 2016 16:52:39 +0000 (16:52 +0000)
1  2 
res/values/styles.xml

          <item name="android:textColor">@color/warning</item>
      </style>
  
+     <style name="TextAppearance.SupportTitle"
+            parent="@android:style/TextAppearance.Material.Subhead">
+         <item name="android:textColor">?android:attr/colorAccent</item>
+         <item name="android:textSize">24sp</item>
+     </style>
+     <style name="TextAppearance.SupportSummary" parent="TextAppearance.CategoryTitle"/>
      <style name="FingerprintLayoutTheme">
 -        <item name="suwBackground">@drawable/fp_enrollment_header</item>
 -        <item name="suwIllustrationAspectRatio">@dimen/fingerprint_illustration_aspect_ratio</item>
 -        <item name="suwDecorPaddingTop">@dimen/fingerprint_decor_padding_top</item>
 -    </style>
 -
 -    <style name="SetupWizardFingerprintLayoutTheme">
 -        <item name="suwBackgroundTile">@drawable/setup_illustration_tile</item>
 -        <item name="suwIllustration">@drawable/setup_illustration_lock_screen</item>
 -        <item name="suwIllustrationHorizontalTile">@drawable/setup_illustration_horizontal_tile</item>
 +        <item name="android:icon">@drawable/ic_fingerprint_header</item>
      </style>
  
      <style name="TextAppearance.ConfirmDeviceCredentialsErrorText"