Skip to content

Commit 3745752

Browse files
Material Design Teamdsn5ft
authored andcommitted
[Button groups and Date picker] Fixed a table markdown issue in the button group and date picker documentation that was causing rendering problems on GitHub
PiperOrigin-RevId: 781355255
1 parent e566d19 commit 3745752

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/components/ButtonGroup.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,10 @@ Element | Attribute | Related method(s)
8080

8181
### Additional attributes of child buttons
8282

83-
| Element | Attribute | Related | Default value |
84-
: : : method(s) : :
85-
| -------------- | ------------------------- | --------- | ------------------ |
86-
| **Title of the | `app:layout_overflowText` | N/A | button's `text` |
87-
: overflow menu : : : value, if not :
88-
: item** : : : specified or empty :
89-
| **Icon of the | `app:layout_overflowIcon` | N/A | `null` |
90-
: overflow menu : : : :
91-
: item** : : : :
83+
Element | Attribute | Related method(s) | Default value
84+
----------------------------------- | -------------------------| ----------------- | -------------
85+
**Title of the overflow menu item** | `app:layout_overflowText`| N/A | button's `text` value, if not specified or empty
86+
**Icon of the overflow menu item** | `app:layout_overflowIcon`| N/A | `null`
9287

9388
### Styles and theme attributes
9489

docs/components/DatePicker.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,9 @@ Element | Attribute | Related method(s) | Default valu
199199

200200
### Selected range
201201

202-
| Element | Attribute | Related | Default value |
203-
: : : method(s) : :
204-
| --------- | -------------------- | --------- | --------------------------- |
205-
| **Color** | `app:rangeFillColor` | N/A | `?attr/colorSurfaceVariant` |
202+
Element | Attribute | Related method(s) | Default value
203+
--------- | -------------------- | ------------------ | ---------------------------
204+
**Color** | `app:rangeFillColor` | N/A | `?attr/colorSurfaceVariant`
206205

207206
### Cancel button
208207

0 commit comments

Comments
 (0)