From 5f7750d75c83b13facf57988e1f042ce8af9abd6 Mon Sep 17 00:00:00 2001 From: Andrew Sapperstein Date: Mon, 20 Jun 2016 12:48:22 -0700 Subject: Use colorSecondary for darker bg color. Used for widget headers and a few other places. In order to support pre-API 25, an app-local version of colorSecondary is created and used throughout the app. A new WidgetContainerTheme sets colorSecondary to a canned value. On API 25+, colorSecondary is set to the platform value. Change-Id: Ie0dd66333052b7346eea5d82d1c88417c6a2cd00 Fixes: 28625102 --- res/values/attrs.xml | 3 +++ res/values/colors.xml | 4 +++- res/values/styles.xml | 9 ++++++++- 3 files changed, 14 insertions(+), 2 deletions(-) (limited to 'res/values') diff --git a/res/values/attrs.xml b/res/values/attrs.xml index ca28ad35f..21a05c065 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -82,4 +82,7 @@ + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index 44e77e22b..1af449c03 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -34,7 +34,6 @@ #FF666666 #FFF5F5F5 - #FF374248 #FFFFFFFF @@ -44,4 +43,7 @@ #FFFFFF #C4C4C4 + + + #FF37474F diff --git a/res/values/styles.xml b/res/values/styles.xml index 0bfd0a041..8ea772b9f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -30,12 +30,19 @@ + + + + - -- cgit v1.2.3