What's Changed
Breaking changes
- UI refactor to use material3 lib instead of material lib and apply edgeToEdge.
- Replace material.Typography by material3.Typography inside library/src/enabled/java/com/telefonica/tweaks/ui/theme/Type.kt. If you were using
val TweaksTypography
from Type.kt, the new variables are:
M2 | M3 |
---|---|
h1 | displayLarge |
h2 | displayMedium |
h3 | displaySmall |
N/A | headlineLarge |
h4 | headlineMedium |
h5 | headlineSmall |
h6 | titleLarge |
subtitle1 | titleMedium |
subtitle2 | titleSmall |
body1 | bodyLarge |
body2 | bodyMedium |
caption | bodySmall |
button | labelLarge |
N/A | labelMedium |
overline | labelSmall |
Other Changes
- replace material lib by material3 lib and enable edge to edge #ANDROID-15563 by @juangardi21 in #47
Full Changelog: 4.1.2...5.0.0