summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-11-05 16:28:36 -0800
committerChiao Cheng <chiaocheng@google.com>2012-11-13 11:29:43 -0800
commite776d0366d5bf2f93a0cd0f14e48804e564bccf2 (patch)
treea337e33a7b65cc80762a278e701b71b5273321e5 /res/values/colors.xml
parent9c2350ed87065ffd1a203bb163be1708542a1b6f (diff)
downloadpackages_apps_Contacts-e776d0366d5bf2f93a0cd0f14e48804e564bccf2.tar.gz
packages_apps_Contacts-e776d0366d5bf2f93a0cd0f14e48804e564bccf2.tar.bz2
packages_apps_Contacts-e776d0366d5bf2f93a0cd0f14e48804e564bccf2.zip
Further clean-up of PhoneFavoriteFragment.
Moving common dependencies from Contacts to ContactsCommon. Bug: 6993891 Change-Id: I06ee1f1fab339f4960b57cae324b9d64b0221072
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index e0b343292..7a99cc342 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -49,21 +49,12 @@
<!-- Colour of voicemail progress bar to the left of position indicator. -->
<color name="voicemail_playback_seek_bar_already_played">#ccffffff</color>
- <!-- Secondary text color in the Phone app -->
- <color name="dialtacts_secondary_text_color">#888888</color>
-
<!-- Color of the text of the tab carousel in the contact details -->
<color name="detail_tab_carousel_tab_label_color">#EEEEEE</color>
<!-- Color of the text for buttons in the action bar -->
<color name="action_bar_button_text_color">#FFFFFF</color>
- <!-- Color of the status message for starred contacts in the People app -->
- <color name="people_contact_tile_status_color">#CCCCCC</color>
-
- <!-- Color of the semi-transparent shadow box on contact tiles -->
- <color name="contact_tile_shadow_box_color">#7F000000</color>
-
<!-- Color of the vertical stripe that goes on the left of a block quote inside a stream item -->
<color name="stream_item_stripe_color">#CCCCCC</color>