blob: c5e4f6d907bb3e2d1319d8f65f7c378aba60d2dd [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/black</color>
<color name="work_profile_button_stroke_color">
@*android:color/system_accent1_200
</color> <!-- accent 200 -->
<color name="empty_state_text_color">@*android:color/system_neutral1_100
</color>
<!-- neutral 100 -->
<color name="empty_state_message_text_color">
@*android:color/system_neutral2_200
</color>
<!-- neutral variant 200 -->
<color name="tab_unselected_text_color">@*android:color/system_neutral2_200
</color>
<!-- neutral variant 200 -->
<color name="profile_tab_default_color">@*android:color/system_neutral1_800
</color>
<!-- neutral 800 -->
<color name="profile_tab_selected_color">@*android:color/system_neutral2_100
</color>
<!-- neutral variant 100 -->
<color name="fragment_pick_inactive_button_color">
@*android:color/system_neutral1_800
</color>
<!-- neutral 100 -->
<color name="fragment_pick_inactive_text_color">
@*android:color/system_neutral1_600
</color>
<!-- neutral 600 -->
<color name="fragment_pick_active_button_color">
@*android:color/system_neutral2_100
</color>
<!-- neutral variant 100 -->
<color name="fragment_pick_active_text_color">@android:color/black</color>
</resources>