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 name="dialer_button_text_color">#fff</color>
     26     <color name="dialer_flat_button_text_color">@color/dialer_theme_color</color>
     27     <color name="dialer_snackbar_action_text_color">@color/dialer_theme_color</color>
     28 
     29     <!-- Color for the setting text. -->
     30     <color name="setting_primary_color">@color/dialtacts_primary_text_color</color>
     31     <!-- Color for the setting description text. -->
     32     <color name="setting_secondary_color">@color/dialtacts_secondary_text_color</color>
     33     <color name="setting_disabled_color">#aaaaaa</color>
     34     <color name="setting_background_color">#ffffff</color>
     35     <color name="setting_button_color">#eee</color>
     36 
     37     <!-- 54% black -->
     38     <color name="call_log_icon_tint">#8a000000</color>
     39     <!-- 87% black -->
     40     <color name="call_log_primary_color">#de000000</color>
     41     <!-- 54% black -->
     42     <color name="call_log_detail_color">#8a000000</color>
     43     <!-- 87% black -->
     44     <color name="call_log_voicemail_transcript_color">#de000000</color>
     45     <!-- 70% black -->
     46     <color name="call_log_action_color">#b3000000</color>
     47     <!-- 54% black -->
     48     <color name="call_log_day_group_heading_color">#8a000000</color>
     49     <!-- 87% black-->
     50     <color name="call_log_unread_text_color">#de000000</color>
     51     <color name="call_log_list_item_primary_action_icon_tint">@color/call_log_icon_tint</color>
     52     <!-- Color of the text describing an unconsumed missed call. -->
     53     <color name="call_log_missed_call_highlight_color">@color/dialer_red_highlight_color</color>
     54     <!-- Color of the text describing an unconsumed voicemail. -->
     55     <color name="call_log_voicemail_highlight_color">#33b5e5</color>
     56 
     57     <!-- Background color of visual voicemail promo card. -->
     58     <color name="visual_voicemail_promo_card_background">#673ab7</color>
     59     <color name="visual_voicemail_promo_card_divider">#7d57c1</color>
     60     <color name="promo_card_text">#ffffff</color>
     61 
     62     <color name="voicemail_icon_tint">@color/call_log_icon_tint</color>
     63     <color name="voicemail_icon_disabled_tint">#80000000</color>
     64     <color name="voicemail_playpause_icon_tint">@color/dialer_theme_color</color>
     65     <!-- Colour of voicemail progress bar to the right of position indicator. -->
     66     <color name="voicemail_playback_seek_bar_yet_to_play">#cecece</color>
     67     <!-- Colour of voicemail progress bar to the left of position indicator. -->
     68     <color name="voicemail_playback_seek_bar_already_played">@color/dialer_theme_color</color>
     69 
     70     <!-- Standard color for selected items. -->
     71     <color name="item_selected">#660099cc</color>
     72 
     73     <!-- White background for dialer -->
     74     <color name="background_dialer_white">#ffffff</color>
     75     <!-- Background color of new dialer activity -->
     76     <color name="background_dialer_light">#fafafa</color>
     77     <!-- Background color for search results and call details -->
     78     <color name="background_dialer_results">#f9f9f9</color>
     79     <color name="background_dialer_call_log">@color/background_dialer_light</color>
     80     <color name="background_dialer_call_log_list_item">@color/background_dialer_white</color>
     81 
     82     <!-- Color of the 1dp divider that separates favorites -->
     83     <color name="favorite_contacts_separator_color">#d0d0d0</color>
     84 
     85     <color name="searchbox_icon_tint">#a4a4a4</color>
     86 
     87     <!-- Color of the contact name in favorite tiles -->
     88     <color name="contact_tile_name_color">#ffffff</color>
     89 
     90     <color name="contact_list_name_text_color">@color/dialtacts_primary_text_color</color>
     91 
     92     <!-- Undo dialogue color -->
     93     <color name="undo_dialogue_text_color">#4d4d4d</color>
     94 
     95     <color name="empty_list_text_color">#b2b2b2</color>
     96 
     97     <color name="remove_text_color">#ffffff</color>
     98 
     99     <!-- Text color for the "Remove" text when a contact is dragged on top of the remove view -->
    100     <color name="remove_highlighted_text_color">#FF3F3B</color>
    101 
    102     <!-- Color of the bottom border below the contacts grid on the main dialer screen. -->
    103     <color name="contacts_grid_bottom_border_color">#16000000</color>
    104 
    105     <!-- Color of actions in expanded call log entries.  This text color represents actions such
    106          as call back, play voicemail, etc. -->
    107     <color name="call_log_action_text">@color/dialer_theme_color</color>
    108 
    109     <!-- Color for missed call icons. -->
    110     <color name="missed_call">#ff2e58</color>
    111     <!-- Color for answered or outgoing call icons. -->
    112     <color name="answered_call">@color/dialer_green_highlight_color</color>
    113     <!-- Color for blocked call icons. -->
    114     <color name="blocked_call">@color/dialtacts_secondary_text_color</color>
    115 
    116     <!-- Color for icons in the actionbar -->
    117     <color name="actionbar_icon_color">#ffffff</color>
    118 
    119     <color name="dialer_dialpad_touch_tint">#330288d1</color>
    120 
    121     <color name="floating_action_button_touch_tint">#80ffffff</color>
    122 
    123     <color name="call_log_action_divider">#eeeeee</color>
    124     <color name="divider_line_color">#D8D8D8</color>
    125 
    126     <!--  Colors for blocked numbers list -->
    127     <color name="blocked_contact_background">@android:color/holo_red_dark</color>
    128     <color name="blocked_number_primary_text_color">@color/dialtacts_primary_text_color</color>
    129     <color name="blocked_number_secondary_text_color">@color/dialtacts_secondary_text_color</color>
    130     <color name="blocked_number_icon_tint">#616161</color>
    131     <color name="blocked_number_background">#FFFFFF</color>
    132     <color name="blocked_number_accent_color">#42A5F5</color>
    133     <color name="blocked_number_block_color">#F44336</color>
    134     <color name="blocked_number_header_color">@color/dialer_theme_color</color>
    135     <color name="blocked_number_disabled_emergency_header_color">#616161</color>
    136     <color name="blocked_number_disabled_emergency_background_color">#E0E0E0</color>
    137     <color name="add_blocked_number_icon_color">#bdbdbd</color>
    138     <!-- Grey 700 -->
    139     <color name="call_detail_footer_text_color">#616161</color>
    140     <color name="call_detail_footer_icon_tint">@color/call_detail_footer_text_color</color>
    141 
    142 </resources>
    143