1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (c) 2011, 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    <!-- thickness (width) of the navigation bar on phones that require it -->
20    <dimen name="navigation_bar_size">@*android:dimen/navigation_bar_width</dimen>
21
22    <dimen name="docked_divider_handle_width">2dp</dimen>
23    <dimen name="docked_divider_handle_height">16dp</dimen>
24
25    <dimen name="qs_tile_height">84dp</dimen>
26    <dimen name="qs_brightness_margin_top">0dp</dimen>
27    <dimen name="qs_brightness_margin_bottom">12dp</dimen>
28    <dimen name="qqs_layout_margin_top">8dp</dimen>
29    <!-- The height of the qs customize header. Should be
30    (qs_panel_padding_top (48dp) +  brightness_mirror_height (48dp) + qs_brightness_margin_top (0dp) + qs_brightness_margin_bottom (12dp)) -
31    (Toolbar_minWidth (56dp) + qs_tile_margin_top_bottom (4dp))
32    -->
33    <dimen name="qs_customize_header_min_height">48dp</dimen>
34
35    <!--  In landscape the security footer is actually part of the header,
36    and needs to be as short as the header  -->
37    <dimen name="qs_security_footer_single_line_height">@*android:dimen/quick_qs_offset_height</dimen>
38    <dimen name="qs_footer_padding">14dp</dimen>
39    <dimen name="qs_security_footer_background_inset">12dp</dimen>
40
41    <dimen name="battery_detail_graph_space_top">9dp</dimen>
42    <dimen name="battery_detail_graph_space_bottom">9dp</dimen>
43
44    <dimen name="qs_detail_header_margin_top">14dp</dimen>
45
46    <dimen name="volume_tool_tip_top_margin">12dp</dimen>
47    <dimen name="volume_row_slider_height">128dp</dimen>
48
49    <dimen name="controls_activity_view_top_offset">25dp</dimen>
50
51    <dimen name="biometric_dialog_button_negative_max_width">140dp</dimen>
52    <dimen name="biometric_dialog_button_positive_max_width">116dp</dimen>
53
54    <dimen name="global_actions_power_dialog_item_height">130dp</dimen>
55    <dimen name="global_actions_power_dialog_item_bottom_margin">35dp</dimen>
56
57    <dimen name="controls_management_top_padding">12dp</dimen>
58    <dimen name="controls_management_titles_margin">8dp</dimen>
59    <dimen name="controls_management_indicator_top_margin">8dp</dimen>
60    <dimen name="controls_management_list_margin">4dp</dimen>
61    <dimen name="controls_management_footer_height">56dp</dimen>
62    <dimen name="controls_management_zone_top_margin">24dp</dimen>
63
64    <!-- (footer_height -48dp)/2 -->
65    <dimen name="controls_management_footer_top_margin">4dp</dimen>
66    <dimen name="controls_management_favorites_top_margin">8dp</dimen>
67
68    <dimen name="wallet_card_carousel_container_top_margin">24dp</dimen>
69</resources>
70