blob: a3ce6524bdcb261ac50d3c95a10ea0ab5194a433 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->
<!-- Colors specific to pre-Holo themes. -->
<resources>
<!-- A bright Android-y green -->
<color name="legacy_green">#ff90df25</color>
<!-- A bright orange suitable for use in the early 2000s -->
<color name="legacy_orange">#fffea50b</color>
<!-- Highlight colors for the legacy themes -->
<eat-comment />
<color name="legacy_pressed_highlight">#fffeaa0c</color>
<color name="legacy_selected_highlight">#fff17a0a</color>
<color name="legacy_long_pressed_highlight">#ffffffff</color>
<!-- Forward compatibility for Material-style theme colors -->
<eat-comment />
<color name="legacy_primary_dark">@color/black</color>
<color name="legacy_primary">#ff222222</color>
<color name="legacy_control_activated">@color/legacy_green</color>
<color name="legacy_control_normal">#99ffffff</color>
<color name="legacy_button_pressed">@color/legacy_orange</color>
<color name="legacy_button_normal">#f3dbdbdb</color>
<color name="legacy_light_primary_dark">@color/black</color>
<color name="legacy_light_primary">#ffe6e6e6</color>
<color name="legacy_light_control_activated">@color/legacy_green</color>
<color name="legacy_light_control_normal">#99000000</color>
<color name="legacy_light_button_pressed">@color/legacy_orange</color>
<color name="legacy_light_button_normal">#f3dbdbdb</color>
</resources>