Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2009 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 <resources>
     17 
     18     <color name="quickcontact_list_divider">#ffcdcdcd</color>
     19     <color name="quickcontact_list_background">#ffe2e2e2</color>
     20     <color name="quickcontact_tab_indicator">#ff33b5e6</color>
     21 
     22     <!-- Color of the background of the contact detail and editor pages -->
     23     <color name="background_primary">#FFFFFF</color>
     24 
     25     <color name="background_social_updates">#ffeeeeee</color>
     26 
     27     <!-- Color used for the letter in the A-Z section header -->
     28     <color name="section_header_text_color">#ff999999</color>
     29 
     30     <!-- Color of the text in the updates tab in the tab carousel on the contact detail page -->
     31     <color name="detail_update_tab_text_color">#777777</color>
     32 
     33     <!-- Color of the text of the tab carousel in the contact details  -->
     34     <color name="detail_tab_carousel_tab_label_color">#EEEEEE</color>
     35 
     36     <!-- Color of the text for buttons in the action bar  -->
     37     <color name="action_bar_button_text_color">#FFFFFF</color>
     38 
     39     <!--  Color of the vertical stripe that goes on the left of a block quote inside a stream item -->
     40     <color name="stream_item_stripe_color">#CCCCCC</color>
     41 
     42 </resources>
     43