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/system_neutral1_900
18  </color>
19  <!-- neutral 900 -->
20  <color name="tab_unselected_text_color">@*android:color/system_neutral2_700
21  </color>
22  <!-- neutral variant 700-->
23  <color name="work_profile_button_stroke_color">
24    @*android:color/system_accent1_600
25  </color> <!-- primary 600 -->
26  <color name="empty_state_text_color">@*android:color/system_neutral1_900
27  </color>
28  <!-- neutral 900 -->
29  <color name="empty_state_message_text_color">
30    @*android:color/system_neutral2_700
31  </color>
32  <!-- neutral variant 700 -->
33  <color name="profile_tab_selected_color">@*android:color/system_accent1_100
34  </color>
35  <!-- accent 100 -->
36  <color name="profile_tab_default_color">@*android:color/system_neutral1_10
37  </color>
38  <!-- neutral 10 -->
39  <color name="fragment_pick_inactive_button_color">
40    @*android:color/system_neutral1_100
41  </color>
42  <!-- neutral 100 -->
43  <color name="fragment_pick_inactive_text_color">
44    @*android:color/system_neutral1_400
45  </color>
46  <!-- neutral 400 -->
47  <color name="fragment_pick_active_button_color">@*android:color/system_accent1_600
48  </color>
49  <!-- accent 600 -->
50  <color name="fragment_pick_active_text_color">@android:color/white</color>
51</resources>
52