<?xml version="1.0" encoding="utf-8"?>
<!--
/* //device/apps/common/assets/res/any/colors.xml
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License"); 
** you may not use this file except in compliance with the License. 
** You may obtain a copy of the License at 
**
**     http://www.apache.org/licenses/LICENSE-2.0 
**
** Unless required by applicable law or agreed to in writing, software 
** distributed under the License is distributed on an "AS IS" BASIS, 
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
** See the License for the specific language governing permissions and 
** limitations under the License.
*/
-->
<resources>

    <!-- These are all of the drawable resources that should be preloaded by
         the zygote process before it starts forking application processes. -->
    <array name="preloaded_drawables">
        <item>@drawable/scrollbar_handle_vertical</item>
        <item>@drawable/scrollbar_handle_horizontal</item>
        <item>@drawable/scrollbar_horizontal</item>
        <item>@drawable/scrollbar_vertical</item>
        
        <item>@drawable/edit_text</item>
        
        <item>@drawable/title_bar</item>
        
        <item>@drawable/spinner_dropdown_background_down</item>
        <item>@drawable/divider_horizontal_bright</item>

        <item>@drawable/popup_full_dark</item>
        <item>@drawable/panel_background</item>
        
        <item>@drawable/sym_def_app_icon</item>
        
        <item>@drawable/progress_horizontal</item>
        <item>@drawable/list_selector_background</item>
        <item>@drawable/btn_default</item>

        <!-- New additions... -->
        <item>@drawable/popup_top_dark</item>
        <item>@drawable/popup_center_dark</item>
        <item>@drawable/popup_bottom_dark</item>
        <item>@drawable/popup_top_bright</item>
        <item>@drawable/popup_center_bright</item>
        <item>@drawable/popup_bottom_bright</item>
        
        <!-- These are not normally referenced at first boot, but maybe
             would be good to preload? -->
        <item>@drawable/btn_check</item>
        <item>@drawable/btn_dropdown</item>
        <item>@drawable/btn_radio</item>
        <item>@drawable/list_selector_background</item>
        <item>@drawable/btn_default_small</item>
        <item>@drawable/btn_toggle</item>

        <!-- Contacts -->
        <item>@drawable/tab_indicator</item>
        <item>@drawable/btn_star</item>
        <item>@drawable/button_inset</item>
        
        <!-- Menus -->
        <item>@drawable/menu_background</item>
        <item>@drawable/menu_background_fill_parent_width</item>
        <item>@drawable/menu_selector</item>
        <item>@drawable/divider_vertical_bright</item>
        
        <item>@drawable/expander_group</item>
        
        <!-- Visual lock screen -->
        <item>@drawable/indicator_code_lock_drag_direction_green_up</item>
        <item>@drawable/indicator_code_lock_drag_direction_red_up</item>
        <item>@drawable/indicator_code_lock_point_area_default</item>
        <item>@drawable/indicator_code_lock_point_area_green</item>
        <item>@drawable/indicator_code_lock_point_area_red</item>
        
        <!-- Zoom controls for maps, browser, etc. -->
        <item>@drawable/btn_plus</item>
        <item>@drawable/btn_minus</item>
        <item>@drawable/zoom_plate</item>
        
    </array>
    
    <integer-array name="maps_starting_lat_lng">
        <item>36149777</item>
        <item>-95993398</item>
    </integer-array>
    <integer-array name="maps_starting_zoom">
        <item>3</item>
    </integer-array>

    <!-- Defines the slots for the right-hand side icons.  That is to say, the
         icons in the status bar that are not notifications. -->
    <string-array name="status_bar_icon_order">
        <item>clock</item>
        <item>alarm_clock</item>
        <item>battery</item>
        <item>phone_signal</item>
        <item>data_connection</item>
        <item>volume</item>
        <item>mute</item>
        <item>speakerphone</item>
        <item>wifi</item>
        <item>bluetooth</item>
        <item>gps</item>
        <item>sync_active</item>
        <item>sync_failing</item>
    </string-array>
</resources>

