@@ -137,16 +137,22 @@ Here are the `Material3` themes you can use to get the latest component styles
137
137
and theme-level attributes, as well as their `MaterialComponents` equivalents
138
138
when applicable.
139
139
140
- `Material3` | `MaterialComponents`
141
- -------------------------------------- | --------------------
142
- `Theme.Material3.Light` | `Theme.MaterialComponents.Light`
143
- `Theme.Material3.Light.NoActionBar` | `Theme.MaterialComponents.Light.NoActionBar`
144
- `Theme.Material3.Dark` | `Theme.MaterialComponents`
145
- `Theme.Material3.Dark.NoActionBar` | `Theme.MaterialComponents.NoActionBar`
146
- `Theme.Material3.DayNight` | `Theme.MaterialComponents.DayNight`
147
- `Theme.Material3.DayNight.NoActionBar` | `Theme.MaterialComponents.DayNight.NoActionBar`
148
- N/A | `Theme.MaterialComponents.Light.DarkActionBar`
149
- N/A | `Theme.MaterialComponents.DayNight.DarkActionBar`
140
+ | `Material3` | `MaterialComponents` |
141
+ |------------------------------------------------------|---------------------------------------------------|
142
+ | `Theme.Material3.Light` | `Theme.MaterialComponents.Light` |
143
+ | `Theme.Material3.Light.NoActionBar` | `Theme.MaterialComponents.Light.NoActionBar` |
144
+ | `Theme.Material3.Dark` | `Theme.MaterialComponents` |
145
+ | `Theme.Material3.Dark.NoActionBar` | `Theme.MaterialComponents.NoActionBar` |
146
+ | `Theme.Material3.DayNight` | `Theme.MaterialComponents.DayNight` |
147
+ | `Theme.Material3.DayNight.NoActionBar` | `Theme.MaterialComponents.DayNight.NoActionBar` |
148
+ | `Theme.Material3.DynamicColors.Light` | N/A |
149
+ | `Theme.Material3.DynamicColors.Light.NoActionBar` | N/A |
150
+ | `Theme.Material3.DynamicColors.Dark` | N/A |
151
+ | `Theme.Material3.DynamicColors.Dark.NoActionBar` | N/A |
152
+ | `Theme.Material3.DynamicColors.DayNight` | N/A |
153
+ | `Theme.Material3.DynamicColors.DayNight.NoActionBar` | N/A |
154
+ | N/A | `Theme.MaterialComponents.Light.DarkActionBar` |
155
+ | N/A | `Theme.MaterialComponents.DayNight.DarkActionBar` |
150
156
151
157
Update your app theme to inherit from one of these themes:
152
158
0 commit comments