blob: ba726d93f03513a8270f9fc5e8c8eb76bc910c2f [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>
<!-- Application Bar -->
<dimen name="car_app_bar_height">96dp</dimen>
<!-- Size of notification text titles (see TextAppearance.StatusBar.EventContent.Title) -->
<dimen name="notification_title_text_size">40sp</dimen>
<!-- Size of notification text (see TextAppearance.StatusBar.EventContent) -->
<dimen name="notification_text_size">32sp</dimen>
<!-- The absolute size of the application icon in the notification header. -->
<dimen name="notification_header_icon_size">32dp</dimen>
<!-- The height of the header of a notification. -->
<dimen name="notification_header_height">76dp</dimen>
<!-- Top margin to accommodate for the header before the notification content. This value
is smaller than the notification_header_height to bring the text closer. Otherwise,
spacing in the font itself makes the space look too large. -->
<dimen name="notification_content_margin_top">68dp</dimen>
<!-- The height of the notification action list. -->
<dimen name="notification_action_list_height">96dp</dimen>
<!-- The size of the media actions in the media notification. -->
<dimen name="media_notification_action_button_size">56dp</dimen>
<!-- Minimum height of list items. -->
<dimen name="car_single_line_list_item_height">116dp</dimen>
</resources>