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
230
230
provide a layout for the contents of the sheet (in this example, it's
@@ -550,7 +550,7 @@ API and source code:
550
550
The following example shows a bottom sheet with Material theming, in its
551
551
collapsed and expanded states.
552
552
553
-
<imgsrc="assets/bottomsheet/bottomsheet_theming.png"alt="Bottom sheet with pink background color. Collapsed on the left and expanded on the right."height="550"/>
553
+
<imgsrc="assets/bottomsheet/bottomsheet-theming.png"alt="Bottom sheet with pink background color. Collapsed on the left and expanded on the right."height="550"/>
@@ -64,7 +64,7 @@ Element | Attribute | Related method(s) |
64
64
Checkboxes can be selected, unselected, or indeterminate, and those states on
65
65
error. Checkboxes have enabled, disabled, hover, focused, and pressed states.
66
66
67
-
<imgsrc="assets/checkbox/checkbox_states.png"alt="Checkbox states in an array. Columns are enabled, disabled, hover, focused, pressed. Rows are selected, unselected, or indeterminite, and selected on error, unselected on error, or indeterminate on error."width="700">
67
+
<imgsrc="assets/checkbox/checkbox-states.png"alt="Checkbox states in an array. Columns are enabled, disabled, hover, focused, pressed. Rows are selected, unselected, or indeterminite, and selected on error, unselected on error, or indeterminate on error."width="700">
68
68
69
69
1. Enabled
70
70
2. Disabled
@@ -112,7 +112,7 @@ The first checkbox (the parent) will be selected if all children are selected,
112
112
not selected if all of the children are not selected, and indeterminate if only
113
113
some of the children are selected.
114
114
115
-
<imgsrc="assets/checkbox/checkbox_example.png"alt="Example of 5 checkboxes, the first one is the parent and the ones below it are the children."height="350">
115
+
<imgsrc="assets/checkbox/checkbox-example.png"alt="Example of 5 checkboxes, the first one is the parent and the ones below it are the children."height="350">
By default, dividers will be full-bleed. To achieve the look of an inset or
157
186
middle divider:
158
187
159
-
<imgsrc="assets/dividers/divider_itemdecoration_inset.png"alt="Vertical list of five items with five gray dividers that have a start inset"height="300">
188
+
<imgsrc="assets/dividers/divider-itemdecoration-inset.png"alt="Vertical list of five items with five gray dividers that have a start inset"height="300">
0 commit comments