Skip to content

Commit

Permalink
[Documentation] Small fix on divider doc.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 445165115
  • Loading branch information
leticiarossi authored and dsn5ft committed Apr 28, 2022
1 parent 46fa8cc commit 13e27a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/Divider.md
Expand Up @@ -126,9 +126,9 @@ precautions for the divider.
### Dividers attributes

Element | Attribute | Related method(s) | Default value
----------------------- | ---------------------- | ------------------------------------------------------------------------------------ | -------------
----------------------- | ----------------------- | ------------------------------------------------------------------------------------ | -------------
**Thickness** | `app:dividerThickness` | `setDividerThickness`<br/>`setDividerThicknessResource`<br/>`getDividerThickness` | `1dp` for the regular divider <br/> `8dp` for the heavy divider
**Color** | `app:dividerColor` | `setDividerColor`<br/>`setDividerColorResource`<br/>`getDividerColor` | `colorOutline`
**Color** | `app:dividerColor` | `setDividerColor`<br/>`setDividerColorResource`<br/>`getDividerColor` | `?attr/colorOutline`
**Start inset** | `app:dividerInsetStart` | `setDividerInsetStart`<br/>`setDividerInsetStartResource`<br/>`getDividerInsetStart` | `0dp`
**End inset** | `app:dividerInsetEnd` | `setDividerInsetEnd`<br/>`setDividerInsetEndResource`<br/>`getDividerInsetEnd` | `0dp`
**Last item decorated** | `app:lastItemDecorated` | `setLastItemDecorated`<br/>`isLastItemDecorated` | `true`
Expand Down

0 comments on commit 13e27a8

Please sign in to comment.