Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / values / colors_device_defaults.xml
blobe2498df71e45f20f392f55a05e6424efafca93a4
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2016 The Android Open Source Project
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
8           http://www.apache.org/licenses/LICENSE-2.0
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
17 <!-- Colors specific to DeviceDefault themes. These are mostly pass-throughs to enable
18      overlaying new theme colors. -->
19 <resources>
20     <color name="primary_device_default_dark">@color/primary_material_dark</color>
21     <color name="primary_device_default_light">@color/primary_material_light</color>
22     <color name="primary_device_default_settings">@color/primary_material_settings</color>
23     <color name="primary_device_default_settings_light">@color/primary_material_settings_light</color>
24     <color name="primary_dark_device_default_dark">@color/primary_dark_material_dark</color>
25     <color name="primary_dark_device_default_light">@color/primary_dark_material_light</color>
26     <color name="primary_dark_device_default_settings">@color/primary_dark_material_settings</color>
27     <color name="primary_dark_device_default_settings_light">@color/primary_dark_material_settings_light</color>
29     <color name="secondary_device_default_settings">@color/secondary_material_settings</color>
30     <color name="secondary_device_default_settings_light">@color/secondary_material_settings_light</color>
31     <color name="tertiary_device_default_settings">@color/tertiary_material_settings</color>
32     <color name="quaternary_device_default_settings">@color/quaternary_material_settings</color>
34     <color name="accent_device_default_700">@color/accent_material_700</color>
35     <color name="accent_device_default_light">@color/accent_material_light</color>
36     <color name="accent_device_default_dark">@color/accent_material_dark</color>
37     <color name="accent_device_default_50">@color/accent_material_50</color>
39     <color name="background_device_default_dark">@color/background_material_dark</color>
40     <color name="background_device_default_light">@color/background_material_light</color>
41     <color name="background_floating_device_default_dark">@color/background_floating_material_dark</color>
42     <color name="background_floating_device_default_light">@color/background_floating_material_light</color>
43 </resources>