Skip to content

Commit

Permalink
change image style.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonevn committed Jun 25, 2018
1 parent 50bbde4 commit 33c0190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/img/font-images/custom-fonts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/ui/action-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ If you want to place a button on the left side of the `ActionBar` and handle the

### Android Specifics

In Android, you cannot set text inside the navigation button. You can use the `icon` property to set an image (e.g., `~\images\nav-image.png` or `res:\\ic_nav`). You can use `android.systemIcon` to set one of the system icons available in Android.
In Android, you cannot set text inside the navigation button. You can use the `icon` property to set an image (e.g., `~\images\nav-image.png` or `res:\\ic_nav`). You can use `android.systemIcon` to set one of the system icons available in Android. In this case, there is no default behaviour for NavigationButton's `tap` event, and we should define manually the callback function, which will be executed.

## Action Items

Expand Down

0 comments on commit 33c0190

Please sign in to comment.