SystemItem¶
SystemItem can be used on ActionBar and ToolBar.
Specifically for Android, ActionBar will render the SystemItem with black icon due to the default white background, while ToolBar will render the SystemItem with blue icon due to the white background.
Additional platform specific System Item codes:
- Android - drawable and Material Icons
- iOS - SAP Fiori for iOS Icons and SF Symbols.
Notes:
- When using platform specific system item code, it will only be rendered for specific platform, and for other unsupported platform it will fallback to use image/caption.
- For SF Symbols, the symbol is corresponding to iOS version, so please check to ensure the symbol exists in all iOS versions that the app supported.
Any following options needs to be fulfilled.
Option 1¶
string
The value of this property must be one of the known values listed below.
Value |
---|
Action |
Add |
Bookmarks |
Camera |
Cancel |
Compose |
Done |
Edit |
FastForward |
Organize |
Pause |
Play |
Redo |
Refresh |
Reply |
Rewind |
Save |
Search |
Stop |
Trash |
Undo |
Option 2¶
Supported in iOS devices only. On Android devices, these values are ignored unless Width
, Image
or Caption
is set, in which case the fallback image or caption are rendered.
string
The value of this property must be one of the known values listed below.
Value |
---|
FixedSpace |
FlexibleSpace |