OSDN Git Service

Use colorSecondary for darker bg color.
authorAndrew Sapperstein <asapperstein@google.com>
Mon, 20 Jun 2016 19:48:22 +0000 (12:48 -0700)
committerAndrew Sapperstein <asapperstein@google.com>
Thu, 30 Jun 2016 21:17:19 +0000 (14:17 -0700)
commit5f7750d75c83b13facf57988e1f042ce8af9abd6
treeb5ae3fe17a2ce8de81bf56ff33ffeb4d0af17573
parent26def23702881867208bfc465af27a4f9afc26f6
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/drawable/quantum_panel_shape_dark.xml
res/drawable/widgets_row_divider.xml
res/layout/widgets_list_row_view.xml
res/layout/widgets_view.xml
res/values-v25/styles.xml [new file with mode: 0644]
res/values/attrs.xml
res/values/colors.xml
res/values/styles.xml
src/com/android/launcher3/IconCache.java