Browse Source

Update docs after adding support for custom left button on Android (#1014)

Guy Carmeli 7 years ago
parent
commit
fcc4d99bad
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      docs/adding-buttons-to-the-navigator.md

+ 1
- 3
docs/adding-buttons-to-the-navigator.md View File

59
 ```
59
 ```
60
 
60
 
61
 ##### Android left button
61
 ##### Android left button
62
-On Android, only four button types are supported. You can use them by specifying one of the following ids in your left button definition:
62
+On Android, four button types are supported by default without the need to provide an icon. You can use them by specifying one of the following ids in your left button definition:
63
 
63
 
64
 * back
64
 * back
65
 * cancel
65
 * cancel
66
 * accept
66
 * accept
67
 * sideMenu
67
 * sideMenu
68
 
68
 
69
-> Note: It's currently not possibly to change left button icon on Android.
70
-
71
 #### Floating Action Button (FAB) - Android only
69
 #### Floating Action Button (FAB) - Android only
72
 Each screen can contain a single Fab which is displayed at the bottom right corner of the screen.
70
 Each screen can contain a single Fab which is displayed at the bottom right corner of the screen.
73
 
71