blob: 5a8c5dc68bdfc4bce5912a250b0051fd82d45ab3 [file] [log] [blame]
Daniel Sandler8956dbb2011-04-22 07:55:02 -04001<?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 -->
Daniel Sandler36412a72011-08-04 09:35:13 -040020 <dimen name="navigation_bar_size">@*android:dimen/navigation_bar_width</dimen>
Jim Miller9f0f0e02011-05-17 20:06:29 -070021
Jorim Jaggi1fcbab62015-11-04 16:39:50 +010022 <dimen name="docked_divider_handle_width">2dp</dimen>
Jorim Jaggi79b39f02015-12-17 20:04:31 -080023 <dimen name="docked_divider_handle_height">16dp</dimen>
Jason Monk6573ef22016-04-06 12:37:18 -040024
shawnlin511623c2018-05-28 16:29:08 +080025 <dimen name="brightness_mirror_height">40dp</dimen>
Amin Shaikh6adcacc52018-02-21 15:52:36 -050026
Fabian Kozynskib1aee812019-04-04 14:17:48 -040027 <dimen name="qs_tile_margin_top">8dp</dimen>
28 <dimen name="qs_tile_margin_vertical">0dp</dimen>
Jason Monk6573ef22016-04-06 12:37:18 -040029
30 <dimen name="battery_detail_graph_space_top">9dp</dimen>
31 <dimen name="battery_detail_graph_space_bottom">9dp</dimen>
32
33 <integer name="quick_settings_num_columns">4</integer>
34 <bool name="quick_settings_wide">true</bool>
35 <dimen name="qs_detail_margin_top">0dp</dimen>
Anthony Tripaldiea0236d2019-03-18 11:47:52 -040036
37 <dimen name="volume_tool_tip_right_margin">136dp</dimen>
38 <dimen name="volume_tool_tip_top_margin">12dp</dimen>
Mady Mellor818eef02019-08-16 16:12:29 -070039
40 <!-- Padding between status bar and bubbles when displayed in expanded state, smaller
41 value in landscape since we have limited vertical space-->
42 <dimen name="bubble_padding_top">4dp</dimen>
Daniel Sandler8956dbb2011-04-22 07:55:02 -040043</resources>