• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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>
17    <!-- The margin on both sizes of the screen. This margin limits the amount of space that
18         content can take up on screen. -->
19    <dimen name="stream_margin_size">16dp</dimen>
20
21    <!-- The size of the gutters between each column. -->
22    <dimen name="stream_gutter_size">16dp</dimen>
23
24    <!-- Keylines for content in the stream. -->
25    <dimen name="stream_content_keyline_1">24dp</dimen>
26    <dimen name="stream_content_keyline_2">96dp</dimen>
27    <dimen name="stream_content_keyline_1_neg">-24dp</dimen>
28    <dimen name="stream_content_keyline_2_neg">-96dp</dimen>
29
30    <!-- Keylines for content within a card. -->
31    <dimen name="stream_card_keyline_1">24dp</dimen>
32    <dimen name="stream_card_keyline_2">96dp</dimen>
33    <dimen name="stream_card_keyline_3">176dp</dimen>
34
35    <!-- The top margin before the start of content in an application. -->
36    <dimen name="lens_header_height">96dp</dimen>
37
38    <!-- The height of the container that holds the controls for a media applicatin. -->
39    <dimen name="action_panel_height">104dp</dimen>
40
41    <!-- The size of a FAB in a car application. -->
42    <dimen name="stream_fab_size">80dp</dimen>
43
44    <!-- The default size for all touch targets in car applications.. -->
45    <dimen name="stream_button_size">72dp</dimen>
46
47    <!-- The default size for the icons within the touch targets in car applications.. -->
48    <dimen name="stream_button_icon_size">36dp</dimen>
49
50    <!-- Size of progress-bar in Drawer -->
51    <dimen name="car_drawer_progress_bar_size">48dp</dimen>
52
53    <!-- NOTE: car-support defines a similarly named value, but the value varies by screen-size. We
54        do not want that -->
55    <dimen name="car_drawer_right_margin">96dp</dimen>
56
57    <dimen name="car_drawer_item_right_icon_margin_end">32dp</dimen>
58
59    <!-- Used by car_list_item_empty.xml -->
60    <dimen name="car_drawer_disabled_list_margin_side">16dp</dimen>
61    <dimen name="car_drawer_disabled_list_icon_margin_top">48dp</dimen>
62    <dimen name="car_drawer_disabled_list_icon_margin_bottom">22dp</dimen>
63</resources>
64