Skip to content

Commit

Permalink
Sorted in alphabetical order (facebook#996)
Browse files Browse the repository at this point in the history
Sorted in alphabetical order
  • Loading branch information
rickhanlonii authored Jun 7, 2019
2 parents d60c044 + c65a027 commit 5423a03
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/toolbarandroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ onActionSelected: function(position) {

- [View props...](view.md#props)

* [`overflowIcon`](toolbarandroid.md#overflowicon)
* [`actions`](toolbarandroid.md#actions)
* [`contentInsetStart`](toolbarandroid.md#contentinsetstart)
* [`contentInsetEnd`](toolbarandroid.md#contentinsetend)
* [`logo`](toolbarandroid.md#logo)
* [`navIcon`](toolbarandroid.md#navicon)
* [`onActionSelected`](toolbarandroid.md#onactionselected)
* [`onIconClicked`](toolbarandroid.md#oniconclicked)
* [`contentInsetEnd`](toolbarandroid.md#contentinsetend)
* [`overflowIcon`](toolbarandroid.md#overflowicon)
* [`rtl`](toolbarandroid.md#rtl)
* [`subtitle`](toolbarandroid.md#subtitle)
* [`subtitleColor`](toolbarandroid.md#subtitlecolor)
Expand All @@ -55,16 +55,6 @@ onActionSelected: function(position) {

## Props

### `overflowIcon`

Sets the overflow icon.

| Type | Required |
| ------------------- | -------- |
| optionalImageSource | No |

---

### `actions`

Sets possible actions on the toolbar as part of the action menu. These are displayed as icons or text on the right side of the widget. If they don't fit they are placed in an 'overflow' menu.
Expand Down Expand Up @@ -94,6 +84,18 @@ The content inset affects the valid area for Toolbar content other than the navi

---

### `contentInsetEnd`

Sets the content inset for the toolbar ending edge.

The content inset affects the valid area for Toolbar content other than the navigation button and menu. Insets define the minimum margin for these components and can be used to effectively align Toolbar content along well-known gridlines.

| Type | Required |
| ------ | -------- |
| number | No |

---

### `logo`

Sets the toolbar logo.
Expand Down Expand Up @@ -134,15 +136,13 @@ Callback called when the icon is selected.

---

### `contentInsetEnd`

Sets the content inset for the toolbar ending edge.
### `overflowIcon`

The content inset affects the valid area for Toolbar content other than the navigation button and menu. Insets define the minimum margin for these components and can be used to effectively align Toolbar content along well-known gridlines.
Sets the overflow icon.

| Type | Required |
| ------ | -------- |
| number | No |
| Type | Required |
| ------------------- | -------- |
| optionalImageSource | No |

---

Expand Down

0 comments on commit 5423a03

Please sign in to comment.