|
42 | 42 | <item name="textInputStyle">@style/Widget.Shrine.TextInputLayout</item> |
43 | 43 | </style> |
44 | 44 |
|
45 | | - <style name="ShapeAppearance.Shrine.SmallComponent" parent="ShapeAppearance.MaterialComponents.SmallComponent"> |
| 45 | + <style name="ShapeAppearance.Shrine.SmallComponent" parent="ShapeAppearance.Material3.SmallComponent"> |
46 | 46 | <item name="cornerFamily">cut</item> |
47 | 47 | <item name="cornerSize">4dp</item> |
48 | 48 | </style> |
49 | 49 |
|
50 | | - <style name="ShapeAppearance.Shrine.MediumComponent" parent="ShapeAppearance.MaterialComponents.MediumComponent"> |
| 50 | + <style name="ShapeAppearance.Shrine.MediumComponent" parent="ShapeAppearance.Material3.MediumComponent"> |
51 | 51 | <item name="cornerFamily">cut</item> |
52 | 52 | <item name="cornerSize">8dp</item> |
53 | 53 | </style> |
54 | 54 |
|
55 | | - <style name="ShapeAppearance.Shrine.LargeComponent" parent="ShapeAppearance.MaterialComponents.LargeComponent"> |
| 55 | + <style name="ShapeAppearance.Shrine.LargeComponent" parent="ShapeAppearance.Material3.LargeComponent"> |
56 | 56 | <item name="cornerFamily">cut</item> |
57 | 57 | <item name="cornerSize">24dp</item> |
58 | 58 | </style> |
59 | 59 |
|
60 | | - <style name="Widget.Shrine.FloatingActionButton" parent="Widget.MaterialComponents.FloatingActionButton"> |
| 60 | + <style name="Widget.Shrine.FloatingActionButton" parent="Widget.Material3.FloatingActionButton.Primary"> |
61 | 61 | <item name="shapeAppearanceOverlay">@null</item> |
62 | 62 | </style> |
63 | 63 |
|
|
114 | 114 | <item name="textInputStyle">@style/Widget.Fortnightly.TextInputLayout</item> |
115 | 115 | </style> |
116 | 116 |
|
117 | | - <style name="ShapeAppearance.Fortnightly.SmallComponent" parent="ShapeAppearance.MaterialComponents.SmallComponent"> |
| 117 | + <style name="ShapeAppearance.Fortnightly.SmallComponent" parent="ShapeAppearance.Material3.SmallComponent"> |
118 | 118 | <item name="cornerFamily">cut</item> |
119 | 119 | <item name="cornerSize">0dp</item> |
120 | 120 | </style> |
121 | 121 |
|
122 | | - <style name="ShapeAppearance.Fortnightly.MediumComponent" parent="ShapeAppearance.MaterialComponents.MediumComponent"> |
| 122 | + <style name="ShapeAppearance.Fortnightly.MediumComponent" parent="ShapeAppearance.Material3.MediumComponent"> |
123 | 123 | <item name="cornerFamily">cut</item> |
124 | 124 | <item name="cornerSize">0dp</item> |
125 | 125 | </style> |
126 | 126 |
|
127 | | - <style name="ShapeAppearance.Fortnightly.LargeComponent" parent="ShapeAppearance.MaterialComponents.LargeComponent"> |
| 127 | + <style name="ShapeAppearance.Fortnightly.LargeComponent" parent="ShapeAppearance.Material3.LargeComponent"> |
128 | 128 | <item name="cornerFamily">cut</item> |
129 | 129 | <item name="cornerSize">0dp</item> |
130 | 130 | </style> |
131 | 131 |
|
132 | | - <style name="Widget.Fortnightly.FloatingActionButton" parent="Widget.MaterialComponents.FloatingActionButton"> |
| 132 | + <style name="Widget.Fortnightly.FloatingActionButton" parent="Widget.Material3.FloatingActionButton.Primary"> |
133 | 133 | <item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Fortnightly.FloatingActionButton</item> |
134 | 134 | </style> |
135 | 135 |
|
|
186 | 186 | <item name="textInputStyle">@style/Widget.Crane.TextInputLayout</item> |
187 | 187 | </style> |
188 | 188 |
|
189 | | - <style name="ShapeAppearance.Crane.SmallComponent" parent="ShapeAppearance.MaterialComponents.SmallComponent"> |
| 189 | + <style name="ShapeAppearance.Crane.SmallComponent" parent="ShapeAppearance.Material3.SmallComponent"> |
190 | 190 | <item name="cornerFamily">rounded</item> |
191 | 191 | <item name="cornerSize">4dp</item> |
192 | 192 | </style> |
193 | 193 |
|
194 | | - <style name="ShapeAppearance.Crane.MediumComponent" parent="ShapeAppearance.MaterialComponents.MediumComponent"> |
| 194 | + <style name="ShapeAppearance.Crane.MediumComponent" parent="ShapeAppearance.Material3.MediumComponent"> |
195 | 195 | <item name="cornerFamily">rounded</item> |
196 | 196 | <item name="cornerSize">16dp</item> |
197 | 197 | </style> |
198 | 198 |
|
199 | | - <style name="ShapeAppearance.Crane.LargeComponent" parent="ShapeAppearance.MaterialComponents.LargeComponent"> |
| 199 | + <style name="ShapeAppearance.Crane.LargeComponent" parent="ShapeAppearance.Material3.LargeComponent"> |
200 | 200 | <item name="cornerFamily">rounded</item> |
201 | 201 | <item name="cornerSize">20dp</item> |
202 | 202 | </style> |
|
0 commit comments