Home | History | Annotate | Download | only in values
      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_primary_text_color">#000000</color>
     21     <color name="dialtacts_secondary_text_color">#888888</color>
     22     <color name="dialpad_text_color">#ffffff</color>
     23 
     24     <!-- Color of the text describing an unconsumed missed call. -->
     25     <color name="call_log_missed_call_highlight_color">#FF0000</color>
     26 
     27     <!-- Color of the text describing an unconsumed voicemail. -->
     28     <color name="call_log_voicemail_highlight_color">#33b5e5</color>
     29 
     30     <!-- Colour of voicemail progress bar to the right of position indicator.
     31          Same as the background color of the dialer -->
     32     <color name="voicemail_playback_seek_bar_yet_to_play">#cecece</color>
     33 
     34     <!-- Colour of voicemail progress bar to the left of position indicator. -->
     35     <color name="voicemail_playback_seek_bar_already_played">#39c9ff</color>
     36 
     37     <!-- Standard color for selected items. -->
     38     <color name="item_selected">#660099cc</color>
     39 
     40     <!-- Background color of new dialer activity -->
     41     <color name="background_dialer_light">#cecece</color>
     42 
     43     <!-- Background color of dialer list items (contacts, call log entries) -->
     44     <color name="background_dialer_list_items">#eeeeee</color>
     45 
     46     <!-- Background color of new dialpad -->
     47     <color name="background_dialpad">#f2020709</color>
     48 
     49     <!-- Primary color of dialpad text, including the call button -->
     50     <color name="dialpad_primary_text_color">#33b5e5</color>
     51     <!-- Secondary color of dialpad text (used for the letters corresponding to each digit -->
     52     <color name="dialpad_secondary_text_color">#aaaaaa</color>
     53 
     54     <!-- Background color of action bars -->
     55     <color name="actionbar_background_color">#ffffff</color>
     56 
     57     <!-- Color of the 1dp divider that separates favorites -->
     58     <color name="favorite_contacts_separator_color">#d0d0d0</color>
     59 
     60     <!-- Background color of the search box -->
     61     <color name="searchbox_background_color">#ffffff</color>
     62     <!-- Text color of the search box -->
     63     <color name="searchbox_text_color">#d3d3d3</color>
     64 
     65     <!-- Color of the contact name in favorite tiles -->
     66     <color name="contact_tile_name_color">#f0f0f0</color>
     67 
     68     <!-- Undo dialogue color -->
     69     <color name="undo_dialogue_text_color">#4d4d4d</color>
     70 
     71     <!-- Text color for no favorites message -->
     72     <color name="nofavorite_text_color">#777777</color>
     73 </resources>
     74