1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 * Copyright (c) 2012, 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--> 18<resources> 19 20 <!-- Diameter of outer shape drawable shown in navbar search--> 21 <dimen name="navbar_search_outerring_diameter">430dip</dimen> 22 23 <!-- Diameter of outer shape drawable shown in navbar search. Should be 1/2 of above value. --> 24 <dimen name="navbar_search_outerring_radius">215dip</dimen> 25 26 <!-- Height of search panel including navigation bar height --> 27 <dimen name="navbar_search_panel_height">280dip</dimen> 28 29 <!-- The width of the view containing the menu/ime navigation bar icons --> 30 <dimen name="navigation_extra_key_width">48dip</dimen> 31 32 <!-- Minimum fraction of the screen that should be taken up by the notification panel. --> 33 <item type="dimen" name="notification_panel_min_height_frac">40%</item> 34 35 <!-- How far to slide the panel out when you touch it --> 36 <!-- On tablets this is just the close_handle_height --> 37 <dimen name="peek_height">@dimen/close_handle_height</dimen> 38 39 <!-- The margin between the clock and the notifications on Keyguard. See 40 keyguard_clock_height_fraction_* for the difference between min and max.--> 41 <dimen name="keyguard_clock_notifications_margin">44dp</dimen> 42 43 <!-- Height of the status bar header bar when on Keyguard --> 44 <dimen name="status_bar_header_height_keyguard">60dp</dimen> 45 46 <!-- Size of user icon + frame in the qs user picker (incl. frame) --> 47 <dimen name="qs_framed_avatar_size">60dp</dimen> 48 <!-- Size of user icon + frame in the keyguard user picker (incl. frame) --> 49 <dimen name="kg_framed_avatar_size">48dp</dimen> 50 51 <!-- The width of user avatar when on Keyguard --> 52 <dimen name="multi_user_switch_width_keyguard">48dp</dimen> 53 54 <!-- The width of user avatar when on Keyguard --> 55 <dimen name="multi_user_avatar_keyguard_size">30dp</dimen> 56 57 <!-- end margin for multi user switch in collapsed quick settings --> 58 <dimen name="multi_user_switch_keyguard_margin">6dp</dimen> 59 60 <!-- Margin on the left side of the carrier text on Keyguard --> 61 <dimen name="keyguard_carrier_text_margin">24dp</dimen> 62 63 <!-- The width/height of the phone/camera/unlock icon on keyguard. --> 64 <dimen name="keyguard_affordance_height">80dp</dimen> 65 <dimen name="keyguard_affordance_width">120dp</dimen> 66 67 <!-- The width of the region on the left/right edge of the screen for performing the camera/ 68 phone hints. --> 69 <dimen name="edge_tap_area_width">80dp</dimen> 70 71 <dimen name="keyguard_indication_margin_bottom">90dp</dimen> 72 73 <!-- Margin on the right side of the system icon group on Keyguard. --> 74 <dimen name="system_icons_keyguard_padding_end">2dp</dimen> 75 76 <!-- Screen pinning request width --> 77 <dimen name="screen_pinning_request_width">400dp</dimen> 78 <!-- Screen pinning request bottom button circle widths --> 79 <dimen name="screen_pinning_request_button_width">128dp</dimen> 80 <!-- Screen pinning request, controls padding on bigger screens, bigger nav bar --> 81 <dimen name="screen_pinning_request_frame_padding">22dp</dimen> 82 <!-- Screen pinning request side views to match nav bar 83 In sw600dp we want the buttons centered so this fills the space, 84 (screen_pinning_request_width - 3 * screen_pinning_request_button_width) / 2 --> 85 <dimen name="screen_pinning_request_side_width">8dp</dimen> 86 87 <dimen name="fab_margin">24dp</dimen> 88 89 <dimen name="navigation_key_width">128dp</dimen> 90 <dimen name="navigation_key_padding">25dp</dimen> 91 92 <!-- Keyboard shortcuts helper --> 93 <dimen name="ksh_layout_width">488dp</dimen> 94 95 <!-- Text size for user name in user switcher --> 96 <dimen name="kg_user_switcher_text_size">18sp</dimen> 97</resources> 98