blob: af5201a93441a3c7c5fc15b8cdf45b38b45df401 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- This is the window background, but also the background for anything
else that needs to manually declare a background matching the "default"
app background (e.g. the drawer overlay). -->
<color name="app_background_color">@android:color/white</color>
<color name="background_floating">@android:color/white</color>
<color name="nav_bar_translucent">#99FFFFFF</color>
<color name="primary">#1E88E5</color> <!-- Blue 600 -->
<color name="secondary">#E3F2FD</color> <!-- Blue 50 -->
<color name="hairline">#E0E0E0</color> <!-- Gray 300 -->
<color name="chip_background_disable_color">#fff1f3f4</color>
<color name="menu_search_background">@android:color/transparent</color>
<color name="item_breadcrumb_background_hovered">#1affffff</color>
<color name="item_drag_shadow_background">@android:color/white</color>
<color name="item_drag_shadow_container_background">@android:color/transparent</color>
<color name="tool_bar_gradient_max">#7f000000</color>
<color name="band_select_background">#88ffffff</color>
<color name="band_select_border">#44000000</color>
<color name="downloads_icon_background">#ff4688f2</color>
<color name="app_icon_background">#ff4688f2</color>
<color name="shortcut_foreground">#ff3367d6</color>
<color name="shortcut_background">#fff5f5f5</color>
<color name="briefcase_icon_color">#1A73E8</color>
</resources>