blob: 72de6e574a7b91e88f59c10eef2f070ec4dba539 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<color name="tab_selected_text_color">@*android:color/system_neutral1_900
</color>
<!-- neutral 900 -->
<color name="tab_unselected_text_color">@*android:color/system_neutral2_700
</color>
<!-- neutral variant 700-->
<color name="work_profile_button_stroke_color">
@*android:color/system_accent1_600
</color> <!-- primary 600 -->
<color name="empty_state_text_color">@*android:color/system_neutral1_900
</color>
<!-- neutral 900 -->
<color name="empty_state_message_text_color">
@*android:color/system_neutral2_700
</color>
<!-- neutral variant 700 -->
<color name="profile_tab_selected_color">@*android:color/system_accent1_100
</color>
<!-- accent 100 -->
<color name="profile_tab_default_color">@*android:color/system_neutral1_10
</color>
<!-- neutral 10 -->
<color name="fragment_pick_inactive_button_color">
@*android:color/system_neutral1_100
</color>
<!-- neutral 100 -->
<color name="fragment_pick_inactive_text_color">
@*android:color/system_neutral1_400
</color>
<!-- neutral 400 -->
<color name="fragment_pick_active_button_color">@*android:color/system_accent1_600
</color>
<!-- accent 600 -->
<color name="fragment_pick_active_text_color">@android:color/white</color>
</resources>