summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2015-03-23 15:37:28 -0700
committer Alan Viverette <alanv@google.com> 2015-03-23 15:37:28 -0700
commit5c243723ddf06681c99eef9720bb5bce1da91ecc (patch)
treef7f732b17a0d988d5556b5adffde88a13b7955e0
parent634ef35b962fd8fe8b5729aaf01e0f28a740c4d1 (diff)
Fix build
Change-Id: Iaa8f3e7f4030b8eecc595cc1ab11e83c046714f1
-rw-r--r--core/res/res/values/styles_material.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/styles_material.xml b/core/res/res/values/styles_material.xml
index 27e4a0ea916b..f1f7462bed72 100644
--- a/core/res/res/values/styles_material.xml
+++ b/core/res/res/values/styles_material.xml
@@ -662,7 +662,7 @@ please see styles_device_defaults.xml.
<item name="internalLayout">@layout/time_picker_material</item>
<item name="headerTimeTextAppearance">@style/TextAppearance.Material.TimePicker.TimeLabel</item>
<item name="headerAmPmTextAppearance">@style/TextAppearance.Material.TimePicker.AmPmLabel</item>
- <item name="headerBackground">?attr/colorAccent</item>
+ <item name="headerBackground">#ff555555</item>
<item name="numbersTextColor">?attr/textColorPrimaryActivated</item>
<item name="numbersInnerTextColor">?attr/textColorSecondaryActivated</item>
<item name="numbersSelectorColor">?attr/colorControlActivated</item>
@@ -678,7 +678,7 @@ please see styles_device_defaults.xml.
<item name="internalLayout">@layout/date_picker_material</item>
<item name="yearListItemTextAppearance">@style/TextAppearance.Material.DatePicker.List.YearLabel</item>
<item name="yearListItemActivatedTextAppearance">@style/TextAppearance.Material.DatePicker.List.YearLabel.Activated</item>
- <item name="headerBackground">#</item>
+ <item name="headerBackground">#ff555555</item>
</style>
<style name="Widget.Material.ActivityChooserView" parent="Widget.ActivityChooserView">