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