Skip to content

Commit

Permalink
Update action-bar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N3ll committed Jan 7, 2016
1 parent 575f0a8 commit 17fa126
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ui/action-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,20 +198,20 @@ Values for `android.systemIcon` correspond to the resources names of the built-i

Values for `ios.systemIcon` are numbers from the [`UIBarButtonSystemItem`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarButtonItem_Class/index.html#//apple_ref/doc/uid/TP40007519-CH3-SW2) enumeration:

| Value | Icon | | Value | Icon |
| Value | Icon | | Value | Icon |
| ----- | -------------- | --- | ----- | ------------- |
|0 | Done | |12 | Search |
|1 | Cancel | |13 | Refresh |
|2 | Edit | |14 | Stop |
|3 | Save | |15 | Camera |
|4 | Add | |16 | Trash |
|5 | FlexibleSpace | |17 | Play |
|6 | FixedSpace | |18 | Pause |
|7 | Compose | |19 | Rewind |
|8 | Reply | |20 | FastForward |
|9 | Action | |21 | Undo |
|10 | Organize | |22 | Redo |
|11 | Bookmarks | |23 | PageCurl |
|0 | Done | |12 | Search |
|1 | Cancel | |13 | Refresh |
|2 | Edit | |14 | Stop |
|3 | Save | |15 | Camera |
|4 | Add | |16 | Trash |
|5 | FlexibleSpace | |17 | Play |
|6 | FixedSpace | |18 | Pause |
|7 | Compose | |19 | Rewind |
|8 | Reply | |20 | FastForward |
|9 | Action | |21 | Undo |
|10 | Organize | |22 | Redo |
|11 | Bookmarks | |23 | PageCurl |

# How To

Expand Down

0 comments on commit 17fa126

Please sign in to comment.