1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2019 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    <dimen name="icon_size">@dimen/car_ui_primary_icon_size</dimen>
20    <dimen name="title_margin_top">116dp</dimen>
21    <dimen name="message_margin_top">@dimen/car_ui_padding_3</dimen>
22    <dimen name="button_margin_top">48dp</dimen>
23
24    <dimen name="list_item_height">@dimen/car_ui_list_item_height</dimen>
25    <dimen name="list_item_icon_size">@dimen/car_ui_list_item_icon_size</dimen>
26    <dimen name="list_item_icon_container_size">@dimen/car_ui_list_item_icon_container_width</dimen>
27    <dimen name="list_item_text_margin_start">@dimen/car_ui_list_item_text_start_margin</dimen>
28    <dimen name="list_item_text_margin_end">@dimen/car_ui_list_item_text_start_margin</dimen>
29    <dimen name="list_item_text_no_icon_margin_start">@dimen/car_ui_list_item_text_no_icon_start_margin</dimen>
30    <dimen name="list_item_content_margin_top">@dimen/car_ui_preference_content_margin_top</dimen>
31    <dimen name="list_item_content_margin_bottom">@dimen/car_ui_preference_content_margin_bottom</dimen>
32    <dimen name="list_item_divider_width">@dimen/car_ui_divider_width</dimen>
33
34    <dimen name="instruction_margin_top">48dp</dimen>
35    <dimen name="instruction_detail_margin_top">@dimen/car_ui_padding_3</dimen>
36    <dimen name="instruction_steps_margin_top">72dp</dimen>
37
38    <dimen name="device_detail_margin_top">48dp</dimen>
39    <dimen name="device_detail_margin">@dimen/car_ui_padding_3</dimen>
40    <dimen name="device_detail_button_margin_top">72dp</dimen>
41    <dimen name="device_detail_divider_margin">@dimen/car_ui_padding_2</dimen>
42
43    <dimen name="pairing_code_margin_top">@dimen/car_ui_padding_5</dimen>
44    <item name="pairing_code_text_spacing" format="float" type="dimen">0.6</item>
45
46    <dimen name="connection_indicator_size">12dp</dimen>
47    <dimen name="connection_indicator_margin_end">12dp</dimen>
48</resources>
49