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
Copy file name to clipboardExpand all lines: docs/components/Menu.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ API and source code:
153
153
154
154
The following example shows an overflow menu.
155
155
156
-
<img src="assets/menu/menus_overflow.png" alt="Composite image: purple "Menus" bar, and purple "Menus" bar with white menu and 3 options" height="300">
156
+
<imgsrc="assets/menu/menus_overflow.png"alt="Composite image: purple menus bar, and purple Menus bar with white menu and 3 options"height="300">
157
157
158
158
In code:
159
159
@@ -273,7 +273,7 @@ with a `res/menu/context_menu.xml`:
273
273
274
274
The following example shows a popup menu that displays when a button is clicked.
275
275
276
-
<img src="assets/menu/menus_popup.png" alt="White menu container with 3 options open below a purple "Show menu" button" height="300">
276
+
<imgsrc="assets/menu/menus_popup.png"alt="White menu container with 3 options open below a purple, show menu button"height="300">
277
277
278
278
In code:
279
279
@@ -332,7 +332,7 @@ work in future versions.
332
332
333
333
The following example shows a popup menu with icons.
334
334
335
-
<img src="assets/menu/menus_popup_icons.png" alt="White menu window with 3 options open below a purple "Show menu" button. Each
335
+
<img src="assets/menu/menus_popup_icons.png" alt="White menu window with 3 options open below a purple, show menu button. Each
336
336
option has an icon." height="350">
337
337
338
338
In code:
@@ -393,7 +393,7 @@ In `res/menu/popup_menu.xml`:
393
393
The following example shows a list popup window menu that appears when a button
394
394
is clicked.
395
395
396
-
<img src="assets/menu/menus_list_popup_window.png" alt="White menu container with 3 options below a purple "Show menu" button" height="350">
396
+
<imgsrc="assets/menu/menus_list_popup_window.png"alt="White menu container with 3 options below a purple, show menu button"height="350">
397
397
398
398
In code:
399
399
@@ -477,7 +477,7 @@ using `Theme.Material3.*` themes.
477
477
478
478
The following is an example of a filled exposed dropdown menu:
479
479
480
-
<img src="assets/menu/menus_exposed_dropdown_filled.png" alt="2 menu states with text field element: 1) has "item 1", 2) has "item 1" and a 4-item menu container." height="400">
480
+
<imgsrc="assets/menu/menus_exposed_dropdown_filled.png"alt="2 menu states with text field element: 1) has item 1, 2) has item 1 and a 4-item menu container."height="400">
The following example shows a permanently visible standard navigation drawer.
156
155
157
-
<img src="assets/navigationdrawer/navigation-drawer-standard.png" alt="Nav drawer with "Header title", "Header text", “Subtitle”, and 3 items with icons on left of screen." height="300">
156
+
<imgsrc="assets/navigationdrawer/navigation-drawer-standard.png"alt="nav drawer with header title,header text, subtitle, and 3 items with icons on left of screen."height="300">
158
157
159
158
In the layout:
160
159
@@ -223,9 +222,7 @@ API and source code:
223
222
224
223
The following example shows a modal navigation drawer.
225
224
226
-
<img src="assets/navigationdrawer/navigation-drawer-modal.png" alt="A screen with a modal navigation drawer open. The drawer container "Header
227
-
title", "Header text", and 6
228
-
items." height="600">
225
+
<imgsrc="assets/navigationdrawer/navigation-drawer-modal.png"alt="A screen with a modal navigation drawer open. The drawer container, header title, header text, and six items."height="600">
0 commit comments