<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 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>
    <!-- Size of the margin between the 'up' visual and the image in
         the action bar home section. -->
    <dimen name="action_bar_home_up_margin">-12dip</dimen>
    <!-- Size of the padding on either side of the app-supplied image
         in the action bar home section. -->
    <dimen name="action_bar_home_image_padding">16dip</dimen>
    <!-- Preference fragment padding, sides -->
    <dimen name="preference_fragment_padding_side">32dp</dimen>
    <!-- Padding to the left of the preference panel breadcrumb -->
    <dimen name="preference_breadcrumb_paddingLeft">32dp</dimen>
    <!-- Padding to the right of the preference panel breadcrumb -->
    <dimen name="preference_breadcrumb_paddingRight">32dp</dimen>
    <!-- Weight of the left pane in a multi-pane preference layout. -->
    <integer name="preferences_left_pane_weight">1</integer>
    <!-- Weight of the right pane in a multi-pane preference layout. So the split is 1:2 -->
    <integer name="preferences_right_pane_weight">2</integer>
    <!-- Minimum space to allocate to the left of a preference item for an icon.
        This helps in aligning titles when some items have icons and some don't. When space is
        at a premium, we don't pre-allocate any space. -->
    <dimen name="preference_icon_minWidth">48dp</dimen>
</resources>
