1<?xml version="1.0" encoding="utf-8"?><!-- Copyright (C) 2013 The Android Open Source Project
2
3     Licensed under the Apache License, Version 2.0 (the "License");
4     you may not use this file except in compliance with the License.
5     You may obtain a copy of the License at
6
7          http://www.apache.org/licenses/LICENSE-2.0
8
9     Unless required by applicable law or agreed to in writing, software
10     distributed under the License is distributed on an "AS IS" BASIS,
11     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12     See the License for the specific language governing permissions and
13     limitations under the License.
14-->
15
16<resources>
17  <color name="tab_selected_text_color">@android:color/black</color>
18  <color name="work_profile_button_stroke_color">
19    @*android:color/system_accent1_200
20  </color> <!-- accent 200 -->
21  <color name="empty_state_text_color">@*android:color/system_neutral1_100
22  </color>
23  <!-- neutral 100 -->
24  <color name="empty_state_message_text_color">
25    @*android:color/system_neutral2_200
26  </color>
27  <!-- neutral variant 200 -->
28  <color name="tab_unselected_text_color">@*android:color/system_neutral2_200
29  </color>
30  <!-- neutral variant 200 -->
31  <color name="profile_tab_default_color">@*android:color/system_neutral1_800
32  </color>
33  <!-- neutral 800 -->
34  <color name="profile_tab_selected_color">@*android:color/system_neutral2_100
35  </color>
36  <!-- neutral variant 100 -->
37  <color name="fragment_pick_inactive_button_color">
38    @*android:color/system_neutral1_800
39  </color>
40  <!-- neutral 100 -->
41  <color name="fragment_pick_inactive_text_color">
42    @*android:color/system_neutral1_600
43  </color>
44  <!-- neutral 600 -->
45  <color name="fragment_pick_active_button_color">
46    @*android:color/system_neutral2_100
47  </color>
48  <!-- neutral variant 100 -->
49  <color name="fragment_pick_active_text_color">@android:color/black</color>
50</resources>
51