blob: 9a2b5c369615889208365c4dacfba2f5d8ae554b [file] [log] [blame]
Anthony Chen821d2902017-10-03 15:26:22 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The Android Open Source Project
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16<resources>
Roshan Agrawalb7a0a002017-11-01 15:48:54 -070017 <!-- Car Component Dimensions -->
Roshan Agrawal6f472382017-12-04 14:06:31 -080018 <!-- Application Bar -->
Roshan Agrawalb7a0a002017-11-01 15:48:54 -070019 <dimen name="car_app_bar_height">96dp</dimen>
Anthony Chen821d2902017-10-03 15:26:22 -070020
Roshan Agrawal6f472382017-12-04 14:06:31 -080021 <!-- List Items -->
22 <dimen name="car_single_line_list_item_height">116dp</dimen>
Roshan Agrawal6f472382017-12-04 14:06:31 -080023
24 <!-- Slide Up Menu -->
25 <dimen name="car_slide_up_menu_initial_height">116dp</dimen>
26
27 <!-- Scroll Bar -->
28 <dimen name="car_scroll_bar_padding">@dimen/car_padding_4</dimen>
29
30 <!-- Scroll Bar Thumb -->
31 <dimen name="car_scroll_bar_thumb_margin">@dimen/car_padding_2</dimen>
32
33 <!-- Scroll Bar Buttons -->
34 <dimen name="car_scroll_bar_button_size">76dp</dimen>
35
36 <!-- Drawer Dimensions -->
Anthony Chen821d2902017-10-03 15:26:22 -070037 <dimen name="car_drawer_list_item_icon_size">108dp</dimen>
38 <dimen name="car_drawer_list_item_small_icon_size">56dp</dimen>
39 <dimen name="car_drawer_list_item_end_icon_size">56dp</dimen>
Anthony Chen821d2902017-10-03 15:26:22 -070040</resources>