1<!--
2  ~ Copyright (C) 2014 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License
15  -->
16
17<resources>
18    <!--follows the dialer theme color-->
19    <color name="theme_color">#2a56c6</color>
20    <color name="background_color">#fafafa</color>
21
22    <!--Use the one consistence with dialer-->
23    <color name="blocked_numbers_divider_color">#d8d8d8</color>
24    <color name="blocked_numbers_primary_text_color">#202124</color>
25    <color name="blocked_numbers_secondary_text_color">#5f6368</color>
26
27    <!--follows dialer color-->
28    <color name="notification_action_answer">#097138</color>
29    <color name="notification_action_decline">#A52714</color>
30
31    <color name="call_redirection_dialog_icon_tint_color">#4089F4</color>
32    <color name="call_redirection_dialog_text_color">#212121</color>
33    <color name="call_redirection_dialog_view_divider_color">#B8B8B8</color>
34
35</resources>
36