blob: 51e04b6da36766dbe5869b1e6b23bacb3d3f12fb [file] [log] [blame]
Jeff Sharkey54e55b72013-06-30 20:02:59 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
3
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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
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-->
16
17<resources>
Ben Kwaa7e9eb02015-10-29 15:43:23 -070018 <color name="material_grey_400">#ffbdbdbd</color>
Tomasz Mikolajewski588d6932016-03-24 17:02:46 +090019 <color name="material_teal_700">#ff00796b</color>
Jeff Sharkey69631482014-07-27 21:01:45 -070020
Ben Kwad27906e2015-11-10 21:02:47 -080021 <!-- This is the window background, but also the background for anything
22 else that needs to manually declare a background matching the "default"
23 app background (e.g. the drawer overlay). -->
24 <color name="window_background">#fff1f1f1</color>
Steve McKaye2af0782016-02-18 09:48:39 -080025 <color name="drawer_background">#fff1f1f1</color>
26 <color name="directory_background">#fff7f7f7</color>
Steve McKaye2af0782016-02-18 09:48:39 -080027 <color name="menu_search_background">#ff676f74</color>
Ben Kwad27906e2015-11-10 21:02:47 -080028
Ben Kwaa7e9eb02015-10-29 15:43:23 -070029 <color name="primary_dark">@*android:color/primary_dark_material_dark</color>
30 <color name="primary">@*android:color/material_blue_grey_900</color>
31 <color name="accent">@*android:color/accent_material_light</color>
Ben Kwaa4acc902016-02-10 15:48:25 -080032 <color name="accent_dark">@*android:color/accent_material_dark</color>
Ben Kwaa7e9eb02015-10-29 15:43:23 -070033 <color name="action_mode">@color/material_grey_400</color>
Ben Kwad27906e2015-11-10 21:02:47 -080034
Kyle Horimoto6b0265e2015-07-29 15:33:49 -070035 <color name="band_select_background">#88ffffff</color>
36 <color name="band_select_border">#44000000</color>
Steve McKaydf72a432016-03-08 11:37:22 -080037
38 <color name="item_doc_background_disabled">#fff4f4f4</color>
39
Tomasz Mikolajewski588d6932016-03-24 17:02:46 +090040 <color name="root_activated_color">@color/material_teal_700</color>
41
Steve McKaydf72a432016-03-08 11:37:22 -080042 <!-- TODO: Would be nice to move this to a color-set, but not sure how to support animation -->
43 <color name="item_doc_background">#fffafafa</color>
44 <color name="item_doc_background_selected">#ffe0f2f1</color>
45
Jeff Sharkey54e55b72013-06-30 20:02:59 -070046</resources>