From 5031f14a4e843ef775ed231c17acd97e75d65e7e Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Thu, 5 Jun 2014 14:51:36 -0700 Subject: [PATCH] Fix account header colors Temporary fix until we have a public Theme.Quantum.Settings in the framework that we can attach to the inflation context. Change-Id: Ifa89e31ad7928a6794a9cdd0fd96aaad3cb0bb64 --- res/values/colors.xml | 6 +++++- res/values/themes.xml | 43 ++++++++++++++++++++++++++----------------- 2 files changed, 31 insertions(+), 18 deletions(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index a0c560147aa..c58dffc8996 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -64,7 +64,11 @@ #FF80CBC4 #FFCED7DB - #ff263238 + + #ff263238 + @color/theme_primary + @color/quantum_accent_color_light + #ffe1e1e0 #ff384248 #ff7fcac3 diff --git a/res/values/themes.xml b/res/values/themes.xml index 41091e7db46..246e253ebb2 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -59,8 +59,18 @@ @drawable/wifi_signal_light - - @@ -113,11 +120,13 @@