summaryrefslogtreecommitdiff
path: root/res/values/colors.xml
blob: f0a3e9f7c2b51926be82962b2ac489a6db9ad5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 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>

    <!-- In-call UI -->
    <color name="incall_callTypeSip">#99CE3F</color> <!-- green -->
    <color name="incall_call_banner_background">#A0000000</color> <!-- semitransparent black -->
    <color name="incall_secondary_info_background">#8033b5e5</color> <!-- semitransparent blueish grey -->
    <color name="incall_call_banner_text_color">#FFFFFF</color> <!-- white -->

    <!-- DTMF Dialer -->
    <color name="dtmf_dialer_display_text">#FFFFFF</color> <!-- white -->

    <!-- Color of the theme of the People app -->
    <color name="people_app_theme_color">#33B5E5</color>

    <!-- Put on top of each photo, implying 80% darker than usual. -->
    <color name="on_hold_dim_effect">#cc000000</color>

    <!-- Used with some smaller texts in manage conference screen. -->
    <color name="manage_conference_secondary_text_color">#888888</color>

    <!-- Settings screen should use the same colors as the Dialer -->
    <color name="phone_settings_background_color">#f5f5f5</color>
    <color name="phone_settings_actionbar_color">#e6e6e6</color>
</resources>