Fixed
Status Update
Comments
jn...@google.com <jn...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 328bfc2765200cc2a9ce5c0ccbff32371736e136
Author: John Nichol <jnichol@google.com>
Date: Thu Feb 17 18:03:21 2022
Add caption3 to the Wear Material Theme Typology
At the request of our UX team, and to bring Wear Compose Material into line with Tiles we have added a new extra small font size (caption3). We have also updated the KDoc descriptions of the other members of the Typography in line with latest descriptions from the UX team.
Bug: 220128356
RelNote: "We have added a new entry caption3 to the Wear Material Theme Typology.Caption3 is an small font used for the extra long-form writing like legal texts."
Test: ./gradlew wear:compose:compose-material:connectedCheck --info --daemon
Change-Id: I74b133e3dbb660adf576893cfedf7bec95042c9b
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/Typography.kt
M wear/compose/integration-tests/demos/src/main/java/androidx/wear/compose/integration/demos/ThemeDemo.kt
M wear/compose/compose-material/api/current.txt
M wear/compose/compose-material/api/restricted_current.txt
M wear/compose/compose-material/api/public_plus_experimental_current.txt
https://android-review.googlesource.com/1989711
Branch: androidx-main
commit 328bfc2765200cc2a9ce5c0ccbff32371736e136
Author: John Nichol <jnichol@google.com>
Date: Thu Feb 17 18:03:21 2022
Add caption3 to the Wear Material Theme Typology
At the request of our UX team, and to bring Wear Compose Material into line with Tiles we have added a new extra small font size (caption3). We have also updated the KDoc descriptions of the other members of the Typography in line with latest descriptions from the UX team.
Bug: 220128356
RelNote: "We have added a new entry caption3 to the Wear Material Theme Typology.Caption3 is an small font used for the extra long-form writing like legal texts."
Test: ./gradlew wear:compose:compose-material:connectedCheck --info --daemon
Change-Id: I74b133e3dbb660adf576893cfedf7bec95042c9b
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/Typography.kt
M wear/compose/integration-tests/demos/src/main/java/androidx/wear/compose/integration/demos/ThemeDemo.kt
M wear/compose/compose-material/api/current.txt
M wear/compose/compose-material/api/restricted_current.txt
M wear/compose/compose-material/api/public_plus_experimental_current.txt
Description
UX have requested that we add an caption3 to the MaterialTheme Typology - this will make us consistent with Tiles.
Additionally the UX team have provided a description of when to use caption3, as well as some updated descriptions for the other Typography types.
"Displays are the largest text on the screen, reserved for short, important text or numerals.
Titles are smaller than Displays. They are typically reserved for medium-emphasis text that is shorter in length.
Body text comes in ranges 1-2, and it’s typically used for long-form writing as it works well for small text sizes.
Caption texts are the smallest font sizes. They are used on the secondary content.
Caption 3 is an exceptional font size smaller than GAR recommendations, and it’s used for the extra long-form writing like legal texts."