blob: 69ab3f3cf957d972886daeba7ac1403402d0c594 [file] [log] [blame]
Rakesh Iyer97ff8582017-05-22 17:47:52 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
Brad Stenning8d1a51c2018-11-20 17:34:16 -08004 * Copyright 2018, The Android Open Source Project
Rakesh Iyer97ff8582017-05-22 17:47:52 -07005 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18-->
19<resources>
Bryan Eyler55e1f0c2017-08-30 10:13:20 -070020 <color name="car_qs_background_primary">#263238</color> <!-- Blue Gray 900 -->
Heemin Seog50b43b72019-03-17 23:54:23 -070021 <color name="car_qs_footer_user_name_color">@*android:color/car_grey_50</color>
Bryan Eylerfbc5d502017-09-06 16:26:29 -070022
Aarthi Balachander0e0e9212018-04-19 19:25:33 -070023 <!-- colors for user switcher -->
Heemin Seog50b43b72019-03-17 23:54:23 -070024 <color name="car_user_switcher_background_color">@*android:color/car_card_dark</color>
25 <color name="car_user_switcher_name_text_color">@*android:color/car_body1_light</color>
26 <color name="car_user_switcher_add_user_background_color">@*android:color/car_dark_blue_grey_600</color>
27 <color name="car_user_switcher_add_user_add_sign_color">@*android:color/car_body1_light</color>
Lin Guoa412b452018-05-24 17:31:50 -070028
Rakesh Iyer97ff8582017-05-22 17:47:52 -070029</resources>