|
92 | 92 |
|
93 | 93 | <!-- Styles for M3 Expressive Icon Buttons. --> |
94 | 94 |
|
95 | | - <!-- M3 Expressive icon only button without a container or outline style. --> |
| 95 | + <!-- M3 Expressive icon only button filled container style. --> |
96 | 96 | <style name="Widget.Material3Expressive.Button.IconButton"> |
97 | 97 | <item name="android:stateListAnimator" tools:ignore="NewApi">@animator/mtrl_btn_unelevated_state_list_anim</item> |
98 | 98 | <item name="elevation">@dimen/m3_sys_elevation_level0</item> |
|
101 | 101 | <item name="android:insetLeft">?attr/containerInsetLeft</item> |
102 | 102 | <item name="android:insetRight">?attr/containerInsetRight</item> |
103 | 103 | <item name="iconPadding">@dimen/m3_btn_icon_only_icon_padding</item> |
104 | | - <item name="materialThemeOverlay">@style/ThemeOverlay.Material3Expressive.Button.IconButton.Standard</item> |
105 | | - <item name="materialSizeOverlay">@style/SizeOverlay.Material3Expressive.Button.IconButton.Small</item> |
106 | | - </style> |
107 | | - |
108 | | - <!-- M3 Expressive icon only button filled container style. --> |
109 | | - <style name="Widget.Material3Expressive.Button.IconButton.Filled"> |
110 | 104 | <item name="materialThemeOverlay">@style/ThemeOverlay.Material3Expressive.Button.Filled</item> |
| 105 | + <item name="materialSizeOverlay">@style/SizeOverlay.Material3Expressive.Button.IconButton.Small</item> |
111 | 106 | </style> |
| 107 | + <style name="Widget.Material3Expressive.Button.IconButton.Filled"/> |
112 | 108 |
|
113 | 109 | <!-- M3 Expressive icon only button in tonal container style. --> |
114 | 110 | <style name="Widget.Material3Expressive.Button.IconButton.Tonal"> |
|
123 | 119 | <item name="backgroundTint">@color/m3expressive_button_outlined_background_color_selector</item> |
124 | 120 | </style> |
125 | 121 |
|
| 122 | + <!-- M3 Expressive icon only button without a container or outline style. --> |
| 123 | + <style name="Widget.Material3Expressive.Button.IconButton.Standard"> |
| 124 | + <item name="materialThemeOverlay">@style/ThemeOverlay.Material3Expressive.Button.IconButton.Standard</item> |
| 125 | + <item name="backgroundTint">@android:color/transparent</item> |
| 126 | + </style> |
| 127 | + |
126 | 128 | <!-- M3 Expressive Button Theme Overlays for different color variants. --> |
127 | 129 |
|
128 | 130 | <!-- M3 Expressive Button Theme Overlay for the filled color variant. --> |
|
0 commit comments