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 <!-- Height of the status bar header bar when on Keyguard --> 20 <dimen name="status_bar_header_height_keyguard">60dp</dimen> 21 22 <!-- Size of user icon + frame in the qs user picker (incl. frame) --> 23 <dimen name="qs_framed_avatar_size">60dp</dimen> 24 <!-- Size of user icon + frame in the keyguard user picker (incl. frame) --> 25 <dimen name="kg_framed_avatar_size">48dp</dimen> 26 27 <!-- The width of user avatar when on Keyguard --> 28 <dimen name="multi_user_avatar_keyguard_size">30dp</dimen> 29 30 <!-- Margin on the left side of the carrier text on Keyguard --> 31 <dimen name="keyguard_carrier_text_margin">24dp</dimen> 32 33 <!-- The width/height of the phone/camera/unlock icon on keyguard. --> 34 <dimen name="keyguard_affordance_height">80dp</dimen> 35 <dimen name="keyguard_affordance_width">120dp</dimen> 36 37 <!-- Screen pinning request width --> 38 <dimen name="screen_pinning_request_width">400dp</dimen> 39 <!-- Screen pinning request bottom button circle widths --> 40 <dimen name="screen_pinning_request_button_width">128dp</dimen> 41 <!-- Screen pinning request, controls padding on bigger screens, bigger nav bar --> 42 <dimen name="screen_pinning_request_frame_padding">22dp</dimen> 43 <!-- Screen pinning request side views to match nav bar 44 In sw600dp we want the buttons centered so this fills the space, 45 (screen_pinning_request_width - 3 * screen_pinning_request_button_width) / 2 --> 46 <dimen name="screen_pinning_request_side_width">8dp</dimen> 47 48 <dimen name="navigation_key_width">128dp</dimen> 49 50 <dimen name="navigation_key_padding">25dp</dimen> 51 52 <!-- Keyboard shortcuts helper --> 53 <dimen name="ksh_layout_width">488dp</dimen> 54 55 <!-- Text size for user name in user switcher --> 56 <dimen name="kg_user_switcher_text_size">18sp</dimen> 57 58 <dimen name="controls_header_bottom_margin">12dp</dimen> 59 <dimen name="controls_top_margin">24dp</dimen> 60 61 <dimen name="global_actions_grid_item_layout_height">80dp</dimen> 62 63 <!-- For large screens the security footer appears below the footer, 64 same as phones in portrait --> 65 <dimen name="qs_security_footer_single_line_height">48dp</dimen> 66 <dimen name="qs_security_footer_background_inset">0dp</dimen> 67 68 <!-- When split shade is used, this panel should be aligned to the top --> 69 <dimen name="qs_detail_margin_top">0dp</dimen> 70 71 <!-- The width of large/content heavy dialogs (e.g. Internet, Media output, etc) --> 72 <dimen name="large_dialog_width">504dp</dimen> 73</resources> 74