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     <declare-styleable name="ContactListItemView">
     20         <attr name="list_item_height" format="dimension"/>
     21         <attr name="list_section_header_height" format="dimension"/>
     22         <attr name="activated_background" format="reference"/>
     23         <attr name="section_header_background" format="reference"/>
     24         <attr name="list_item_divider" format="reference"/>
     25         <attr name="list_item_padding_top" format="dimension"/>
     26         <attr name="list_item_padding_right" format="dimension"/>
     27         <attr name="list_item_padding_bottom" format="dimension"/>
     28         <attr name="list_item_padding_left" format="dimension"/>
     29         <attr name="list_item_gap_between_image_and_text" format="dimension"/>
     30         <attr name="list_item_gap_between_label_and_data" format="dimension"/>
     31         <attr name="list_item_presence_icon_margin" format="dimension"/>
     32         <attr name="list_item_presence_icon_size" format="dimension"/>
     33         <attr name="list_item_photo_size" format="dimension"/>
     34         <attr name="list_item_profile_photo_size" format="dimension"/>
     35         <attr name="list_item_prefix_highlight_color" format="color"/>
     36         <attr name="list_item_header_text_indent" format="dimension"/>
     37         <attr name="list_item_header_text_color" format="color"/>
     38         <attr name="list_item_header_text_size" format="dimension"/>
     39         <attr name="list_item_header_height" format="dimension"/>
     40         <attr name="list_item_header_underline_height" format="dimension"/>
     41         <attr name="list_item_header_underline_color" format="color"/>
     42         <attr name="list_item_contacts_count_text_color" format="color"/>
     43         <attr name="list_item_text_indent" format="dimension"/>
     44         <attr name="list_item_contacts_count_text_size" format="dimension"/>
     45         <attr name="list_item_data_width_weight" format="integer"/>
     46         <attr name="list_item_label_width_weight" format="integer"/>
     47     </declare-styleable>
     48 
     49     <declare-styleable name="ContactBrowser">
     50         <attr name="contact_browser_list_padding_left" format="dimension"/>
     51         <attr name="contact_browser_list_padding_right" format="dimension"/>
     52         <attr name="contact_browser_background" format="reference"/>
     53     </declare-styleable>
     54 
     55     <declare-styleable name="ProportionalLayout">
     56         <attr name="direction" format="string"/>
     57         <attr name="ratio" format="float"/>
     58     </declare-styleable>
     59 
     60     <declare-styleable name="Favorites">
     61         <attr name="favorites_padding_bottom" format="dimension"/>
     62     </declare-styleable>
     63 </resources>
     64