summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/res/values/colors_dialer_light.xml
blob: ea8247414b2e32d02fc5d17c5002f4f1148e0f01 (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
<!--
  ~ Copyright (C) 2018 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>
  <!-- Note: The following colors are used in the Dialer settings screens.  Since Dialer's settings
       link into the Telephony settings as well, changes to these colors should be mirrored in
       Telephony:

       Android source path: packages/apps/PhoneCommon/res/values/colors.xml
         - Local: dialer_theme_color         Android Source: dialer_theme_color
         - Local: dialer_theme_color_dark    Android Source: dialer_theme_color_dark
       Android source path: packages/services/Telecomm/res/values/colors.xml
         - Local: dialer_theme_color         Android Source: theme_color
         - Local: dialer_theme_color_dark    Android Source: dialer_settings_color_dark
       -->
  <!-- Essential theme colors -->
  <color name="dialer_theme_color">#2A56C6</color>
  <color name="dialer_theme_color_dark">#1C3AA9</color>
  <color name="dialer_secondary_color">#F50057</color>
  <color name="dialer_theme_color_20pct">#332A56C6</color>

  <!-- Text colors -->
  <color name="dialer_primary_text_color_enabled">#212121</color>
  <color name="dialer_secondary_text_color_enabled">#636363</color>
  <color name="dialer_text_color_disabled">#9E9E9E</color>
  <color name="dialer_text_hint_color">#DE78909C</color>
  <color name="dialer_primary_text_color_inverse">#FFFFFF</color>
  <color name="dialer_secondary_text_color_inverse">#DDFFFFFF</color>
  <color name="dialer_snackbar_action_text_color">#4285F4</color>

  <!-- Colors for the setting text. -->
  <!-- TODO(a bug): investigate if these should be removed. -->
  <color name="setting_primary_color">@color/dialer_primary_text_color</color>
  <color name="setting_secondary_color">@color/dialer_secondary_text_color</color>
  <color name="setting_disabled_color">#AAAAAA</color>

  <!-- Background colors -->
  <color name="dialer_background_light">#FAFAFA</color>
  <color name="dialer_background_floating_light">#FFFFFF</color>

  <!-- Other useful colors -->
  <color name="dialer_icon_color">#89000000</color>
</resources>