summaryrefslogtreecommitdiff
path: root/java/com/android/contacts/common/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/contacts/common/res/values/colors.xml')
-rw-r--r--java/com/android/contacts/common/res/values/colors.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/java/com/android/contacts/common/res/values/colors.xml b/java/com/android/contacts/common/res/values/colors.xml
deleted file mode 100644
index ab9f19b29..000000000
--- a/java/com/android/contacts/common/res/values/colors.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!--
- ~ Copyright (C) 2012 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>
- <!-- Color of the theme of the People app -->
- <color name="people_app_theme_color">#363636</color>
-
- <!-- Darker versions of letter_tile_colors, two shades darker. These colors are used
- for settings secondary activity colors. -->
- <array name="letter_tile_colors_dark">
- <item>#C53929</item>
- <item>#C2185B</item>
- <item>#7B1FA2</item>
- <item>#512DA8</item>
- <item>#303F9F</item>
- <item>#3367D6</item>
- <item>#0277BD</item>
- <item>#006064</item>
- <item>#00796B</item>
- <item>#0B8043</item>
- <item>#33691E</item>
- <item>#E65100</item>
- <item>#E64A19</item>
- <item>#424242</item>
- </array>
-
- <!-- Text color used for character counter when the max limit has been exceeded -->
- <color name="call_subject_limit_exceeded">#d1041c</color>
-
- <!-- Tint color for the call subject history icon. -->
- <color name="call_subject_history_icon">#000000</color>
-
- <!-- Divider line on the call subject dialog. -->
- <color name="call_subject_divider">#d8d8d8</color>
-
- <!-- Text color for the SEND & CALL button on the call subject dialog. -->
- <color name="call_subject_button">#00c853</color>
-</resources>