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">56dp</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 <dimen name="two_target_pref_small_icon_size">24dp</dimen> 36 <dimen name="two_target_pref_medium_icon_size">32dp</dimen> 37 38 <!-- Lock icon for preferences locked by admin --> 39 <dimen name="restricted_icon_padding">4dp</dimen> 40 41 <dimen name="wifi_preference_badge_padding">8dip</dimen> 42 43 <!-- Usage graph dimens --> 44 <dimen name="usage_graph_area_height">122dp</dimen> 45 <dimen name="usage_graph_margin_top_bottom">9dp</dimen> 46 <dimen name="usage_graph_labels_width">56dp</dimen> 47 <dimen name="usage_graph_labels_padding">16dp</dimen> 48 49 <dimen name="usage_graph_divider_size">1dp</dimen> 50 51 <dimen name="usage_graph_line_width">3dp</dimen> 52 <dimen name="usage_graph_line_corner_radius">6dp</dimen> 53 54 <dimen name="usage_graph_dot_size">.75dp</dimen> 55 <dimen name="usage_graph_dot_interval">7dp</dimen> 56 57 <dimen name="battery_height">14.5dp</dimen> 58 <dimen name="battery_width">9.5dp</dimen> 59 <dimen name="battery_powersave_outline_thickness">1dp</dimen> 60 61 <dimen name="bt_battery_padding">2dp</dimen> 62 63 <!-- Margin on the right side of the system icon group on Keyguard. --> 64 <fraction name="battery_button_height_fraction">10.5%</fraction> 65 66 <!-- Ratio between height of button part and height of total --> 67 <fraction name="bt_battery_button_height_fraction">7.8%</fraction> 68 69 <!-- Ratio between width and height --> 70 <fraction name="bt_battery_ratio_fraction">35%</fraction> 71 72 <!-- Ratio of height between battery icon and bluetooth icon --> 73 <fraction name="bt_battery_scale_fraction">75%</fraction> 74 75 <!-- Fraction value to smooth the edges of the battery icon. The path will be inset by this 76 fraction of a pixel.--> 77 <fraction name="battery_subpixel_smoothing_left">0%</fraction> 78 <fraction name="battery_subpixel_smoothing_right">0%</fraction> 79 80 <!-- Zen mode panel: condition item button padding --> 81 <dimen name="zen_mode_condition_detail_button_padding">8dp</dimen> 82 <!-- Zen mode panel: spacing between condition items --> 83 <dimen name="zen_mode_condition_detail_item_spacing">12dp</dimen> 84 <!-- Zen mode panel: spacing between two-line condition upper and lower lines --> 85 <dimen name="zen_mode_condition_detail_item_interline_spacing">4dp</dimen> 86 <!-- Zen mode panel: bottom padding, a bit less than qs_panel_padding --> 87 <dimen name="zen_mode_condition_detail_bottom_padding">4dp</dimen> 88 89 <!-- SignalDrawable --> 90 <dimen name="signal_icon_size">15dp</dimen> 91 92 <!-- Size of nearby icon --> 93 <dimen name="bt_nearby_icon_size">24dp</dimen> 94 95 <!-- Define minimal size of the tap area --> 96 <dimen name="min_tap_target_size">48dp</dimen> 97 98 <!-- Size of advanced icon --> 99 <dimen name="advanced_icon_size">18dp</dimen> 100</resources> 101