summaryrefslogtreecommitdiff
path: root/java/com/android/contacts/common/res/values/colors.xml
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-08-31 06:57:16 -0700
committerEric Erfanian <erfanian@google.com>2017-08-31 16:13:53 +0000
commit2ca4318cc1ee57dda907ba2069bd61d162b1baef (patch)
treee282668a9587cf6c1ec7b604dea860400c75c6c7 /java/com/android/contacts/common/res/values/colors.xml
parent68038172793ee0e2ab3e2e56ddfbeb82879d1f58 (diff)
Update Dialer source to latest internal Google revision.
Previously, Android's Dialer app was developed in an internal Google source control system and only exported to public during AOSP drops. The Dialer team is now switching to a public development model similar to the telephony team. This CL represents all internal Google changes that were committed to Dialer between the public O release and today's tip of tree on internal master. This CL squashes those changes into a single commit. In subsequent changes, changes will be exported on a per-commit basis. Test: make, flash install, run Merged-In: I45270eaa8ce732d71a1bd84b08c7fa0e99af3160 Change-Id: I529aaeb88535b9533c0ae4ef4e6c1222d4e0f1c8 PiperOrigin-RevId: 167068436
Diffstat (limited to 'java/com/android/contacts/common/res/values/colors.xml')
-rw-r--r--java/com/android/contacts/common/res/values/colors.xml61
1 files changed, 0 insertions, 61 deletions
diff --git a/java/com/android/contacts/common/res/values/colors.xml b/java/com/android/contacts/common/res/values/colors.xml
index 434d193c7..1f46233c4 100644
--- a/java/com/android/contacts/common/res/values/colors.xml
+++ b/java/com/android/contacts/common/res/values/colors.xml
@@ -15,13 +15,6 @@
-->
<resources>
- <!-- Background color corresponding to the holo list 9-patch. -->
- <color name="holo_list_background_color">#eeeeee</color>
-
- <color name="focus_color">#44ff0000</color>
-
- <color name="spam_contact_background">#A52714</color>
-
<!-- Color of ripples used for views with dark backgrounds -->
<color name="dialer_ripple_material_dark">#a0ffffff</color>
@@ -36,47 +29,9 @@
<!-- Text color for section header. -->
<color name="section_header_text_color">#2A56C6</color>
- <!-- Divider color for header separator -->
- <color name="main_header_separator_color">#AAAAAA</color>
-
- <!-- Divider color for header separator -->
- <color name="secondary_header_separator_color">#D0D0D0</color>
-
<!-- Color of the theme of the People app -->
<color name="people_app_theme_color">#363636</color>
- <!-- Color of image view placeholder. -->
- <color name="image_placeholder">#DDDDDD</color>
-
- <!-- Color of the semi-transparent shadow box on contact tiles -->
- <color name="contact_tile_shadow_box_color">#7F000000</color>
-
- <!-- Color of the status message for starred contacts in the People app -->
- <color name="people_contact_tile_status_color">#CCCCCC</color>
-
- <color name="shortcut_overlay_text_background">#7f000000</color>
-
- <color name="textColorIconOverlay">#fff</color>
- <color name="textColorIconOverlayShadow">#000</color>
-
-
- <array name="letter_tile_colors">
- <item>#DB4437</item>
- <item>#E91E63</item>
- <item>#9C27B0</item>
- <item>#673AB7</item>
- <item>#3F51B5</item>
- <item>#4285F4</item>
- <item>#039BE5</item>
- <item>#0097A7</item>
- <item>#009688</item>
- <item>#0F9D58</item>
- <item>#689F38</item>
- <item>#EF6C00</item>
- <item>#FF5722</item>
- <item>#757575</item>
- </array>
-
<!-- Darker versions of letter_tile_colors, two shades darker. These colors are used
for settings secondary activity colors. -->
<array name="letter_tile_colors_dark">
@@ -96,23 +51,7 @@
<item>#424242</item>
</array>
- <!-- The default color used for tinting photos when no color can be extracted via Palette,
- this is Blue Grey 500 -->
- <color name="quickcontact_default_photo_tint_color">#607D8B</color>
- <!-- The default secondary color when no color can be extracted via Palette,
- this is Blue Grey 700 -->
- <color name="quickcontact_default_photo_tint_color_dark">#455A64</color>
-
-
- <color name="letter_tile_default_color">#cccccc</color>
-
- <color name="letter_tile_font_color">#ffffff</color>
-
<color name="contactscommon_actionbar_background_color">@color/dialer_theme_color</color>
- <!-- Color for icons in the actionbar -->
- <color name="actionbar_icon_color">#ffffff</color>
- <!-- Darker version of the actionbar color. Used for the status bar and navigation bar colors. -->
- <color name="actionbar_background_color_dark">#008aa1</color>
<color name="tab_ripple_color">#ffffff</color>
<color name="tab_accent_color">@color/tab_ripple_color</color>