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     <!--  Primary text color in the Dialer -->
     19     <color name="dialtacts_primary_text_color">#333333</color>
     20     <!-- Secondary text color in the Dialer -->
     21     <color name="dialtacts_secondary_text_color">#636363</color>
     22     <color name="dialer_red_highlight_color">#ff1744</color>
     23     <color name="dialer_green_highlight_color">#00c853</color>
     24 
     25     <!-- Color for the setting text. -->
     26     <color name="setting_primary_color">@color/dialtacts_primary_text_color</color>
     27     <!-- Color for the setting description text. -->
     28     <color name="setting_secondary_color">@color/dialtacts_secondary_text_color</color>
     29     <color name="setting_disabled_color">#aaaaaa</color>
     30     <color name="setting_background_color">#ffffff</color>
     31     <color name="setting_button_color">#eee</color>
     32 
     33     <!-- 70% black -->
     34     <color name="call_log_icon_tint">#b3000000</color>
     35     <color name="call_log_list_item_primary_action_icon_tint">@color/call_log_icon_tint</color>
     36     <!-- Color of the text describing an unconsumed missed call. -->
     37     <color name="call_log_missed_call_highlight_color">@color/dialer_red_highlight_color</color>
     38     <!-- Color of the text describing an unconsumed voicemail. -->
     39     <color name="call_log_voicemail_highlight_color">#33b5e5</color>
     40 
     41     <!-- Background color of visual voicemail promo card. -->
     42     <color name="visual_voicemail_promo_card_background">#673ab7</color>
     43     <color name="visual_voicemail_promo_card_divider">#7d57c1</color>
     44     <color name="promo_card_text">#ffffff</color>
     45 
     46     <color name="voicemail_icon_tint">@color/call_log_icon_tint</color>
     47     <color name="voicemail_icon_disabled_tint">#80000000</color>
     48     <color name="voicemail_playpause_icon_tint">@color/dialer_theme_color</color>
     49     <!-- Colour of voicemail progress bar to the right of position indicator. -->
     50     <color name="voicemail_playback_seek_bar_yet_to_play">#cecece</color>
     51     <!-- Colour of voicemail progress bar to the left of position indicator. -->
     52     <color name="voicemail_playback_seek_bar_already_played">@color/dialer_theme_color</color>
     53 
     54     <!-- Standard color for selected items. -->
     55     <color name="item_selected">#660099cc</color>
     56 
     57     <!-- White background for dialer -->
     58     <color name="background_dialer_white">#ffffff</color>
     59     <!-- Background color of new dialer activity -->
     60     <color name="background_dialer_light">#fafafa</color>
     61     <!-- Background color for search results and call details -->
     62     <color name="background_dialer_results">#f9f9f9</color>
     63     <color name="background_dialer_call_log">@color/background_dialer_light</color>
     64     <color name="background_dialer_call_log_list_item">@color/background_dialer_white</color>
     65 
     66     <!-- Color of the 1dp divider that separates favorites -->
     67     <color name="favorite_contacts_separator_color">#d0d0d0</color>
     68 
     69     <color name="searchbox_icon_tint">#a4a4a4</color>
     70 
     71     <!-- Color of the contact name in favorite tiles -->
     72     <color name="contact_tile_name_color">#ffffff</color>
     73 
     74     <color name="contact_list_name_text_color">@color/dialtacts_primary_text_color</color>
     75 
     76     <!-- Undo dialogue color -->
     77     <color name="undo_dialogue_text_color">#4d4d4d</color>
     78 
     79     <color name="empty_list_text_color">#b2b2b2</color>
     80 
     81     <color name="remove_text_color">#ffffff</color>
     82 
     83     <!-- Text color for the "Remove" text when a contact is dragged on top of the remove view -->
     84     <color name="remove_highlighted_text_color">#FF3F3B</color>
     85 
     86     <!-- Color of the bottom border below the contacts grid on the main dialer screen. -->
     87     <color name="contacts_grid_bottom_border_color">#16000000</color>
     88 
     89     <!-- Color of actions in expanded call log entries.  This text color represents actions such
     90          as call back, play voicemail, etc. -->
     91     <color name="call_log_action_text">@color/dialer_theme_color</color>
     92 
     93     <!-- Color for missed call icons. -->
     94     <color name="missed_call">#ff2e58</color>
     95 
     96     <!-- Color for answered or outgoing call icons. -->
     97     <color name="answered_call">@color/dialer_green_highlight_color</color>
     98 
     99     <!-- Color for icons in the actionbar -->
    100     <color name="actionbar_icon_color">#ffffff</color>
    101 
    102     <color name="dialer_dialpad_touch_tint">#330288d1</color>
    103 
    104     <color name="floating_action_button_touch_tint">#80ffffff</color>
    105 
    106     <color name="call_log_action_divider">#eeeeee</color>
    107 </resources>
    108