1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2015 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17<resources> 18 19 <!-- The y translation to apply at the start in appear animations. --> 20 <dimen name="appear_y_translation_start">32dp</dimen> 21 22 <!-- The translation for disappearing security views after having solved them. --> 23 <dimen name="disappear_y_translation">-32dp</dimen> 24 25 <dimen name="circle_avatar_size">40dp</dimen> 26 27 <!-- Height of a user icon view --> 28 <dimen name="user_icon_view_height">24dp</dimen> 29 <!-- User spinner --> 30 <dimen name="user_spinner_height">72dp</dimen> 31 <dimen name="user_spinner_padding">4dp</dimen> 32 <dimen name="user_spinner_padding_sides">20dp</dimen> 33 <dimen name="user_spinner_item_height">56dp</dimen> 34 35 <!-- Lock icon for preferences locked by admin --> 36 <dimen name="restricted_icon_padding">4dp</dimen> 37 38 <dimen name="wifi_preference_badge_padding">8dip</dimen> 39 40 <!-- Usage graph dimens --> 41 <dimen name="usage_graph_area_height">122dp</dimen> 42 <dimen name="usage_graph_margin_top_bottom">9dp</dimen> 43 <dimen name="usage_graph_labels_width">56dp</dimen> 44 <dimen name="usage_graph_labels_padding">16dp</dimen> 45 46 <dimen name="usage_graph_divider_size">1dp</dimen> 47 48 <dimen name="usage_graph_line_width">3dp</dimen> 49 <dimen name="usage_graph_line_corner_radius">6dp</dimen> 50 51 <dimen name="usage_graph_dot_size">.75dp</dimen> 52 <dimen name="usage_graph_dot_interval">7dp</dimen> 53 54 <dimen name="battery_height">14.5dp</dimen> 55 <dimen name="battery_width">9.5dp</dimen> 56 <dimen name="battery_powersave_outline_thickness">1dp</dimen> 57 58 <dimen name="bt_battery_padding">2dp</dimen> 59 60 <!-- Margin on the right side of the system icon group on Keyguard. --> 61 <fraction name="battery_button_height_fraction">10.5%</fraction> 62 63 <!-- Ratio between height of button part and height of total --> 64 <fraction name="bt_battery_button_height_fraction">7.8%</fraction> 65 66 <!-- Ratio between width and height --> 67 <fraction name="bt_battery_ratio_fraction">35%</fraction> 68 69 <!-- Ratio of height between battery icon and bluetooth icon --> 70 <fraction name="bt_battery_scale_fraction">75%</fraction> 71 72 <!-- Fraction value to smooth the edges of the battery icon. The path will be inset by this 73 fraction of a pixel.--> 74 <fraction name="battery_subpixel_smoothing_left">0%</fraction> 75 <fraction name="battery_subpixel_smoothing_right">0%</fraction> 76 77 <!-- Zen mode panel: condition item button padding --> 78 <dimen name="zen_mode_condition_detail_button_padding">8dp</dimen> 79 <!-- Zen mode panel: spacing between condition items --> 80 <dimen name="zen_mode_condition_detail_item_spacing">12dp</dimen> 81 <!-- Zen mode panel: spacing between two-line condition upper and lower lines --> 82 <dimen name="zen_mode_condition_detail_item_interline_spacing">4dp</dimen> 83 <!-- Zen mode panel: bottom padding, a bit less than qs_panel_padding --> 84 <dimen name="zen_mode_condition_detail_bottom_padding">4dp</dimen> 85 86 <!-- SignalDrawable --> 87 <dimen name="signal_icon_size">15dp</dimen> 88 89 <!-- Size of nearby icon --> 90 <dimen name="bt_nearby_icon_size">24dp</dimen> 91 92 <!-- Define minimal size of the tap area --> 93 <dimen name="min_tap_target_size">48dp</dimen> 94 95 <!-- Size of advanced icon --> 96 <dimen name="advanced_icon_size">18dp</dimen> 97 98 <!-- Minimum width for the popup for updating a user's photo. --> 99 <dimen name="update_user_photo_popup_min_width">300dp</dimen> 100 101</resources> 102