File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ Element | Attribute | Related method(s)
268
268
---------------------------- | --------------------------- | ------------------------------------------------------- | -------------
269
269
** Color** | ` app:backgroundTint ` | N/A | ` ?attr/colorSurface ` </br >` ?attr/colorSurfaceContainerLow ` (modal)
270
270
** Coplanar sibling view id** | ` app:coplanarSiblingViewId ` | ` setCoplanarSiblingViewId ` <br />` setCoplanarSiblingView ` | N/A
271
- ** Shape** | ` app:shapeAppearance ` | N/A | ` ?attr/shapeAppearanceLargeComponent `
271
+ ** Shape** | ` app:shapeAppearance ` | N/A | ` ?attr/shapeAppearanceCornerLarge `
272
272
** Sheet edge** | ` android:layout_gravity ` | ` setSheetEdge ` (modal only) | end
273
273
** Elevation** | ` android:elevation ` | N/A | 0dp
274
274
** Max width** | ` android:maxWidth ` | ` setMaxWidth ` <br />` getMaxWidth ` | N/A
@@ -438,10 +438,10 @@ In `res/values/styles.xml`:
438
438
``` xml
439
439
<style name =" Widget.App.SideSheet.Modal" parent =" Widget.Material3.SideSheet.Modal" >
440
440
<item name =" backgroundTint" >@color/shrine_pink_light</item >
441
- <item name =" shapeAppearance" >@style/ShapeAppearance.App.LargeComponent </item >
441
+ <item name =" shapeAppearance" >@style/ShapeAppearance.App.Corner.Large </item >
442
442
</style >
443
443
444
- <style name =" ShapeAppearance.App.LargeComponent " parent =" ShapeAppearance.Material3.LargeComponent " >
444
+ <style name =" ShapeAppearance.App.Corner.Large " parent =" ShapeAppearance.Material3.Corner.Large " >
445
445
<item name =" cornerFamily" >cut</item >
446
446
<item name =" cornerSize" >24dp</item >
447
447
</style >
You can’t perform that action at this time.
0 commit comments