summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/colors.xml
blob: ca53f272e4e09c50d8b6eed3053bb136946a18b8 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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>

    <!-- 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 -->

    <!-- 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>

    <!-- Used when the End Call button is active -->
    <drawable name="end_call_active_state">#f22121</drawable>

    <!-- Used when the End Call button is pressed -->
    <drawable name="end_call_pressed_state">#ff4e4e</drawable>

    <!-- Used when the End Call button is disabled -->
    <drawable name="end_call_disabled_state">#303030</drawable>

    <!-- Color of dialpad digits -->
    <color name="dialpad_digits_text_color">#000000</color>

    <!-- Background color of dialpad -->
    <color name="background_dialpad">#ffffff</color>

    <!-- Pressed color of dialpad buttons -->
    <color name="background_dialpad_pressed">#ececec</color>

    <!-- Button background -->
    <color name="button_background">#000000</color>

    <!-- Background color of action bars -->
    <color name="actionbar_background_color">#3B77E7</color>

    <!-- Secondary color of dialpad text (used for the letters corresponding to each digit -->
    <color name="dialpad_secondary_text_color">#8b8b8b</color>

    <!-- Translucent shadow color -->
    <color name="translucent_shadow">#33999999</color>
</resources>