:book: "First steps using Material3 in a WearOS An...
# compose-wear
m
📖 "First steps using Material3 in a WearOS Android App" blog post by me. Enjoy 🙂 https://dev.to/marlonlom/first-steps-using-material3-in-a-wearos-android-app-1l92
👍🏼 1
y
I believe numeral is useful if you have fonts that specifically support "tnum" feature. CSS Demo here https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings But I don't think it's common in fonts.
Copy code
* @property numeralExtraLarge NumeralExtraLarge is the largest role for digits. Numerals use
 *   tabular spacing by default. They highlight and express glanceable numbers that are limited to a
 *   two or three characters only, where no localization is required like the charging screen.
😮 1
You should look at
AppScaffold
and
ScreenScaffold
, which are better than putting
TimeText
in a
Box
m
@yschimke didn't know about that!