OSDN Git Service

Adding customizable background colour support.
authorJakub Adamek <jakuba@google.com>
Fri, 23 Sep 2016 08:04:23 +0000 (09:04 +0100)
committerJakub Adamek <jakuba@google.com>
Mon, 3 Oct 2016 17:45:01 +0000 (18:45 +0100)
commiteedebc4850749ba8a7a70e17a41399997806856a
treeec1be2f9cab21b23d3e7d90ae4de5e72b9b8983a
parentc03d9483f0380fb7babfdeb11d6762bc6c8d784c
Adding customizable background colour support.

Also changes how sub-styles are created: copies the modified properties
like e.g. fullscreen from Material. Previously most sub-styles
inherited from their material counterparts and updated just some colors.
The new approach should be more stable wrt changes in device default
theme. It would need updating when Material is updated but these kind
of properties does not look like it would be updated often.

Bug: 31459804
Change-Id: I78862bf33ca3dac586ad0a25f17bf8c0008a1dd0
core/res/res/color/background_cache_hint_selector_device_default.xml [new file with mode: 0644]
core/res/res/values-watch/themes_device_defaults.xml
core/res/res/values/colors_device_defaults.xml
core/res/res/values/themes_device_defaults.xml