|
271 | 271 | <item name="android:insetLeft">@dimen/m3_btn_inset</item> |
272 | 272 | <item name="android:insetRight">@dimen/m3_btn_inset</item> |
273 | 273 | <item name="iconSize">@dimen/m3_btn_icon_only_default_size</item> |
274 | | - <item name="iconTint">@color/m3_icon_button_icon_color_selector</item> |
275 | 274 | <item name="iconPadding">@dimen/m3_btn_icon_only_icon_padding</item> |
276 | | - <item name="materialThemeOverlay">@style/ThemeOverlay.Material3.Button.IconButton</item> |
277 | 275 | </style> |
278 | 276 |
|
279 | 277 | <style name="Widget.Material3.Button.IconButton.Filled"> |
280 | 278 | <item name="backgroundTint">@color/m3_filled_icon_button_container_color_selector</item> |
281 | | - <item name="materialThemeOverlay">@style/ThemeOverlay.Material3.Button.IconButton.Filled</item> |
| 279 | + <item name="iconTint">@color/m3_filled_icon_button_icon_color_selector</item> |
| 280 | + <item name="materialThemeOverlay">@style/ThemeOverlay.Material3.Button</item> |
282 | 281 | </style> |
283 | 282 |
|
284 | 283 | <style name="Widget.Material3.Button.IconButton.Filled.Tonal"> |
285 | 284 | <item name="rippleColor">@color/m3_tonal_button_ripple_color_selector</item> |
286 | | - <item name="materialThemeOverlay">@style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal</item> |
| 285 | + <item name="materialThemeOverlay">@style/ThemeOverlay.Material3.Button.TonalButton</item> |
287 | 286 | </style> |
288 | 287 |
|
289 | 288 | <style name="Widget.Material3.Button.IconButton.Outlined"> |
|
324 | 323 | <item name="colorContainer">?attr/colorSurface</item> |
325 | 324 | </style> |
326 | 325 |
|
327 | | - <style name="ThemeOverlay.Material3.Button.IconButton" parent="ThemeOverlay.Material3.Button.TextButton"> |
328 | | - <!-- The colors used by the color selectors --> |
329 | | - <item name="colorOnContainerUnchecked">?attr/colorOnSurfaceVariant</item> |
330 | | - </style> |
331 | | - |
332 | | - <style name="ThemeOverlay.Material3.Button.IconButton.Filled" parent="ThemeOverlay.Material3.Button"> |
333 | | - <!-- The colors used by the color selectors --> |
334 | | - <item name="colorOnContainerUnchecked">?attr/colorPrimary</item> |
335 | | - </style> |
336 | | - |
337 | | - <style name="ThemeOverlay.Material3.Button.IconButton.Filled.Tonal" parent="ThemeOverlay.Material3.Button.TonalButton"> |
338 | | - <!-- The colors used by the color selectors --> |
339 | | - <item name="colorOnContainerUnchecked">?attr/colorOnSurfaceVariant</item> |
340 | | - </style> |
341 | | - |
342 | 326 | </resources> |
0 commit comments