You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, subclass `BottomSheetDialogFragment` and overwrite `onCreateView` to
242
242
provide a layout for the contents of the sheet (in this example, it's
@@ -367,8 +367,7 @@ API and source code:
367
367
The following example shows a bottom sheet with Material Theming, in its
368
368
collapsed and expanded states.
369
369
370
-
{height="550"}
370
+
<imgsrc="assets/bottomsheet/bottomsheet_theming.png"alt="Bottom sheet with pink background color. Collapsed on the left and expanded on the right."height="550"/>
@@ -79,10 +75,6 @@ Standard side sheet basic usage:
79
75
6. Action (optional)
80
76
7. Scrim
81
77
82
-
</section>
83
-
84
-
</sectionclass="tabs">
85
-
86
78
More details on anatomy items in the [component guidelines](https://m3.material.io/components/side-sheets/guidelines#4d992de0-362a-41b3-9537-9da4dec148af).
0 commit comments