Stay organized with collections
Save and categorize content based on your preferences.
Notification cards communicate small amounts of timely information from the system or from an app.
The design of these cards for Android Automotive OS is intended to minimize distraction for drivers. The cards come in three basic versions:
Heads-up notification (HUN) card: Used for a notification that appears briefly over the current screen
Notification Center card: Used for notifications listed in the Notification Center
Grouped-notification card: Combines multiple Notification Center cards in one card
Within these versions, designs can also vary slightly depending on the category of the message. For example, call notifications have different buttons and icons than navigation notifications.
The notification card is a flexible component that can include a variety of elements. It has three main versions:
HUN card: This version is wider than the Notification Center card and appears on top of the current screen until dismissed
Notification Center card: This version is narrower than the HUN card and appears with other such cards in the Notification Center, in a vertical list
Grouped-notification card: This version of the Notification Center card combines multiple related notifications in one card, with controls for expanding to show the individual notifications
Variants of these versions by message type are shown in Styles.
These reference layouts show how to adapt notifications to accommodate screens of various widths and heights. (Width and height categories are defined in the Layout section.) Note that all pixel values are in rendered pixels, before any down-sampling or up-sampling occurs.
Vertical spacing of notifications on screens of various heights
The vertical-spacing specs in this section are for HUN cards only. For information about vertical spacing of cards in the Notification Center, see the Notification Center specs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-23 UTC."],[[["Notification cards in Android Automotive OS are designed to minimize driver distraction and come in three versions: Heads-up, Notification Center, and Grouped-notification."],["These cards are flexible components with elements like headers, content, actions, and icons, and their layout adapts to different screen sizes for optimal viewing."],["Styling includes specific typography, color palettes, and sizing for elements like icons and avatars to maintain consistency and readability."],["Motion design is incorporated for Heads-up arrival, swipe-to-dismiss, and grouped-notification expand/collapse for intuitive user interaction."],["Examples are provided for various notification types like calls, messages, car warnings, and navigation across different card versions and display modes."]]],[]]