1<!--
2  ~ Copyright (C) 2018 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<resources>
17  <color name="google_blue_900">#174EA6</color>
18  <color name="google_blue_800">#185ABC</color>
19  <color name="google_blue_700">#1967D2</color>
20  <color name="google_blue_600">#1A73E8</color>
21  <color name="google_blue_500">#4285F4</color>
22  <color name="google_blue_100">#D2E3FC</color>
23  <color name="google_blue_50">#E8F0FE</color>
24
25  <color name="google_grey_900">#202124</color>
26  <color name="google_grey_800">#3C4043</color>
27  <color name="google_grey_700">#5F6368</color>
28  <color name="google_grey_600">#80868B</color>
29  <color name="google_grey_500">#9AA0A6</color>
30  <color name="google_grey_400">#BDC1C6</color>
31  <color name="google_grey_300">#DADCE0</color>
32  <color name="google_grey_200">#E8EAED</color>
33  <color name="google_grey_100">#F1F3F4</color>
34  <color name="google_grey_50">#F8F9FA</color>
35</resources>
36