summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/theme/res/values/colors.xml')
-rw-r--r--java/com/android/dialer/theme/res/values/colors.xml58
1 files changed, 6 insertions, 52 deletions
diff --git a/java/com/android/dialer/theme/res/values/colors.xml b/java/com/android/dialer/theme/res/values/colors.xml
index 2185d861c..7c62a2103 100644
--- a/java/com/android/dialer/theme/res/values/colors.xml
+++ b/java/com/android/dialer/theme/res/values/colors.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2012 The Android Open Source Project
~
@@ -13,65 +14,18 @@
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
-
+<!-- The colors in this file aren't configured at the theme level. -->
<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
- -->
- <color name="dialer_theme_color">#2A56C6</color>
- <color name="dialer_theme_color_dark">#1C3AA9</color>
-
- <color name="dialer_snackbar_action_text_color">#4285F4</color>
- <color name="dialer_theme_color_20pct">#332A56C6</color>
-
<color name="dialpad_fab_green">#00C853</color>
-
- <color name="dialer_secondary_color">#F50057</color>
-
- <color name="dialer_primary_text_color_white">#ffffff</color>
- <color name="dialer_edit_text_hint_color">#DE78909C</color>
-
- <!-- 38% opacity -->
- <color name="dialer_disabled_text_color">#9E9E9E</color>
-
+ <color name="dialer_end_call_button_color">#BD2A2A</color>
+ <color name="dialer_divider_line_color">#D8D8D8</color>
<color name="dialer_link_color">#2A56C6</color>
- <!-- Color of the theme of the Dialer app -->
- <color name="dialtacts_theme_color">@color/dialer_theme_color</color>
-
- <!-- Background color of new dialer activity -->
- <color name="background_dialer_light">#fafafa</color>
- <!-- White background for dialer -->
- <color name="background_dialer_white">#ffffff</color>
- <color name="background_dialer_call_log_list_item">@color/background_dialer_white</color>
-
<!-- Colors for the notification actions -->
<color name="notification_action_accept">#097138</color>
<color name="notification_action_dismiss">#A52714</color>
<color name="notification_action_answer_video">#097138</color>
- <!-- Background color of action bars -->
- <color name="actionbar_background_color">@color/dialer_theme_color</color>
-
- <!-- Background color of title bars in recents -->
- <color name="titlebar_in_recents_background_color">@color/dialer_theme_color_dark</color>
-
+ <!-- Legacy -->
<color name="blue_grey_100">#CFD8DC</color>
-
- <!-- 54% opacity -->
- <color name="icon_color_grey">#89000000</color>
-
- <!-- Color for bubble -->
- <color name="dialer_end_call_button_color">#BD2A2A</color>
-
- <!-- Color for list dividers -->
- <color name="divider_line_color">#D8D8D8</color>
-</resources>
+</resources> \ No newline at end of file