blob: 5130a32ab54897432fc100a36f042378f60e6d29 [file] [log] [blame]
Mindy Pereira97d77682011-06-01 10:48:55 -07001<?xml version="1.0" encoding="utf-8"?>
Scott Kennedyc85e75e2014-07-10 14:36:05 -07002<!--
3 Copyright (C) 2014 The Android Open Source Project
Mindy Pereira97d77682011-06-01 10:48:55 -07004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
Scott Kennedyc85e75e2014-07-10 14:36:05 -070018<resources>
Mindy Pereirade2a6ae2011-07-13 15:06:38 -070019
Scott Kennedyc85e75e2014-07-10 14:36:05 -070020 <color name="chips_dropdown_background_activated">#4285f4</color>
21 <color name="chips_dropdown_background_pressed">#ededed</color>
Mindy Pereirade2a6ae2011-07-13 15:06:38 -070022
Jin Caob58c9a62014-08-06 14:29:14 -070023 <color name="autocomplete_divider_color">#cccccc</color>
24
Jin Cao33515e72014-08-05 21:13:27 -070025 <color name="chip_background">#f6f6f6</color>
26 <color name="chip_background_selected">#4285f4</color>
27 <color name="chip_background_invalid">#db4437</color>
28
Scott Kennedye5d17d52015-02-10 15:52:30 -080029 <color name="chips_dropdown_text_default">#212121</color>
30 <color name="chips_dropdown_text_activated">@android:color/white</color>
31 <color name="chips_dropdown_text_highlighted">#757575</color>
32
33</resources>