1 <!-- 2 ~ Copyright (C) 2012 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License 15 --> 16 17 <resources> 18 19 <!-- Secondary text color in the Phone app --> 20 <color name="dialtacts_secondary_text_color">#888888</color> 21 <color name="smartdial_name_primary_text_color">#0099cc</color> 22 <color name="smartdial_name_highlighted_text_color">#39c9ff</color> 23 <color name="smartdial_number_primary_text_color">#bbbbbb</color> 24 <color name="smartdial_number_highlighted_text_color">#ffffff</color> 25 26 <!-- Color of the text describing an unconsumed missed call. --> 27 <color name="call_log_missed_call_highlight_color">#FF0000</color> 28 29 <!-- Color of the text describing an unconsumed voicemail. --> 30 <color name="call_log_voicemail_highlight_color">#33b5e5</color> 31 32 <!-- Colour background for the voicemail playback ui. --> 33 <color name="voicemail_playback_ui_background">@android:color/black</color> 34 35 <!-- Colour of voicemail progress bar to the right of position indicator. --> 36 <color name="voicemail_playback_seek_bar_yet_to_play">#44ffffff</color> 37 38 <!-- Colour of voicemail progress bar to the left of position indicator. --> 39 <color name="voicemail_playback_seek_bar_already_played">#ccffffff</color> 40 41 <!-- Standard color for selected items. --> 42 <color name="item_selected">#660099cc</color> 43 </resources> 44