blob: f350db7038d865dac78e7518fecf9654931d3f3c [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- The margin on both sizes of the screen. This margin limits the amount of space that
content can take up on screen. -->
<dimen name="stream_margin_size">16dp</dimen>
<!-- The size of the gutters between each column. -->
<dimen name="stream_gutter_size">16dp</dimen>
<!-- Keylines for content in the stream. -->
<dimen name="stream_content_keyline_1">24dp</dimen>
<dimen name="stream_content_keyline_2">96dp</dimen>
<dimen name="stream_content_keyline_1_neg">-24dp</dimen>
<dimen name="stream_content_keyline_2_neg">-96dp</dimen>
<!-- Keylines for content within a card. -->
<dimen name="stream_card_keyline_1">24dp</dimen>
<dimen name="stream_card_keyline_2">96dp</dimen>
<dimen name="stream_card_keyline_3">176dp</dimen>
<!-- The top margin before the start of content in an application. -->
<dimen name="lens_header_height">96dp</dimen>
<!-- The height of the container that holds the controls for a media applicatin. -->
<dimen name="action_panel_height">104dp</dimen>
<!-- The size of a FAB in a car application. -->
<dimen name="stream_fab_size">80dp</dimen>
<!-- The default size for all touch targets in car applications.. -->
<dimen name="stream_button_size">72dp</dimen>
<!-- The default size for the icons within the touch targets in car applications.. -->
<dimen name="stream_button_icon_size">36dp</dimen>
<!-- Size of progress-bar in Drawer -->
<dimen name="car_drawer_progress_bar_size">48dp</dimen>
<!-- NOTE: car-support defines a similarly named value, but the value varies by screen-size. We
do not want that -->
<dimen name="car_drawer_right_margin">96dp</dimen>
<dimen name="car_drawer_item_right_icon_margin_end">32dp</dimen>
<!-- Used by car_list_item_empty.xml -->
<dimen name="car_drawer_disabled_list_margin_side">16dp</dimen>
<dimen name="car_drawer_disabled_list_icon_margin_top">48dp</dimen>
<dimen name="car_drawer_disabled_list_icon_margin_bottom">22dp</dimen>
</resources>