Xml文件  |  56行  |  2.08 KB

<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2015 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>

    <!-- The y translation to apply at the start in appear animations. -->
    <dimen name="appear_y_translation_start">32dp</dimen>

    <!-- The translation for disappearing security views after having solved them. -->
    <dimen name="disappear_y_translation">-32dp</dimen>

    <dimen name="circle_avatar_size">40dp</dimen>

    <!-- Height of a user icon view -->
    <dimen name="user_icon_view_height">56dp</dimen>
    <!-- User spinner -->
    <dimen name="user_spinner_height">72dp</dimen>
    <dimen name="user_spinner_padding">4dp</dimen>
    <dimen name="user_spinner_padding_sides">20dp</dimen>
    <dimen name="user_spinner_item_height">56dp</dimen>

    <!-- Lock icon for preferences locked by admin -->
    <dimen name="restricted_icon_size">16dp</dimen>
    <dimen name="restricted_icon_padding">4dp</dimen>

    <dimen name="wifi_preference_badge_padding">8dip</dimen>

    <!-- Usage graph dimens -->
    <dimen name="usage_graph_area_height">122dp</dimen>
    <dimen name="usage_graph_margin_top_bottom">9dp</dimen>
    <dimen name="usage_graph_labels_width">56dp</dimen>
    <dimen name="usage_graph_labels_padding">16dp</dimen>

    <dimen name="usage_graph_divider_size">1dp</dimen>

    <dimen name="usage_graph_line_width">3dp</dimen>
    <dimen name="usage_graph_line_corner_radius">6dp</dimen>

    <dimen name="usage_graph_dot_size">.75dp</dimen>
    <dimen name="usage_graph_dot_interval">7dp</dimen>

</resources>