Skip to content

Commit 66f9a92

Browse files
nickroutpekingme
authored andcommitted
[Documentation] A11y refresh.
PiperOrigin-RevId: 353629654
1 parent 5b32b25 commit 66f9a92

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

docs/components/Checkbox.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Use checkboxes to:
1818
* Present a list containing sub-selections
1919
* Turn an item on or off in a desktop environment
2020

21-
![Checkbox hero example for menu options](assets/checkbox/checkbox_hero.png)
21+
![Checkbox hero: "Meal options" header, "Additions" checkbox, "Pickles"
22+
"Lettuce" "Tomato" checkboxes with “Lettuce”
23+
checked](assets/checkbox/checkbox_hero.png)
2224

2325
**Contents**
2426

@@ -178,7 +180,8 @@ API and source code:
178180

179181
The following example shows a checkbox with Material Theming.
180182

181-
!["Checkbox theming with pink and brown colors"](assets/checkbox/checkbox_theming.png)
183+
!["5 checkboxes with brown text and box outlines, checkbox 1 is selected box
184+
with pink fill and white checkmark"](assets/checkbox/checkbox_theming.png)
182185

183186
#### Implementing checkbox theming
184187

docs/components/Menu.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ API and source code:
116116

117117
The following example shows an overflow menu.
118118

119-
![White menu container on top of purple menu bar](assets/menu/menus_overflow.png)
119+
![Composite image: purple "Menus" bar, and purple "Menus" bar with white menu
120+
and 3 options](assets/menu/menus_overflow.png)
120121

121122
In code:
122123

@@ -682,8 +683,8 @@ API and source code:
682683
The following example shows filled and outlined exposed dropdown menu types with
683684
Material Theming.
684685

685-
![Two examples of a 3-option white menu container below a "Show menu" button:
686-
button 1 is grey,, button 2 has a pink
686+
![Composite image of "Show menu" button and options: gray button with pink
687+
underline, and white button with pink
687688
outline](assets/menu/menus_exposed_dropdown_theming.png)
688689

689690
### Implementing exposed dropdown menu theming

docs/components/NavigationDrawer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path: /catalog/navigation-drawer/
1212
[Navigation drawers](https://material.io/components/navigation-drawer) provide
1313
access to destinations in your app.
1414

15-
![Hero navigation drawer image](assets/navigationdrawer/NavDrawer-hero.png)
15+
![Nav drawer hero with profile pic, username, email, and user account options](assets/navigationdrawer/NavDrawer-hero.png)
1616

1717
**Contents**
1818

@@ -48,7 +48,7 @@ navigation drawer type and parent `ViewGroup`._
4848

4949
### Adding a menu
5050

51-
![Basic navigation drawer image](assets/navigationdrawer/navigation_drawer_basic.png)
51+
![Nav drawer with 3 menu items](assets/navigationdrawer/navigation_drawer_basic.png)
5252

5353
In the layout:
5454

0 commit comments

Comments
 (0)