summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/colors_legacy.xml
blob: ad22845174e4d0f04848179665d4f68d3d3be11c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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>

    <!-- 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">#ff000000</color>
    <color name="legacy_primary">#ffe6e6e6</color>
    <color name="legacy_primary_light">#ffffffff</color>
    <color name="legacy_control_activated">#ff90df25</color>
    <color name="legacy_control_normal">#99ffffff</color>
    <color name="legacy_button_pressed">#fffea50b</color>
    <color name="legacy_button_normal">#f3dbdbdb</color>

    <color name="legacy_light_primary_dark">@color/legacy_primary_dark</color>
    <color name="legacy_light_primary">@color/legacy_primary</color>
    <color name="legacy_light_primary_light">@color/legacy_primary_light</color>
    <color name="legacy_light_control_activated">@color/legacy_control_activated</color>
    <color name="legacy_light_control_normal">#99000000</color>
    <color name="legacy_light_button_pressed">@color/legacy_button_pressed</color>
    <color name="legacy_light_button_normal">@color/legacy_button_normal</color>
</resources>