Bottom Navigation¶
Category | Requires | Version |
---|---|---|
Layout > Navigation | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A visible component that shows a navigation menu in the bottom of the screen.
Events¶
Item Selected¶
Event triggers when an item was selected.
Params | |
---|---|
id | Number |
title | Text |
Methods¶
Add Item¶
Add an item to the bottom menu
Params | |
---|---|
id | Number |
title | Text |
image | Text |
Remove All Items¶
Remove all items from the bottom menu
Remove Item¶
Remove an item from the bottom menu
Params | |
---|---|
id | Number |
Select Item¶
Select an item from the bottom menu
Params | |
---|---|
id | Number |
Update Item¶
Update an item of the bottom menu
Params | |
---|---|
id | Number |
title | Text |
image | Text |
Properties¶
Background Color¶
Color Default: #FFFFFFFF Read Write - Designer Blocks
Set the background color of the Bottom Navigation Menu
Selected Color¶
Color Default: #3F51B5FF Read Write - Designer Blocks
Set the color of the selected item of the Bottom Navigation Menu
Unselected Color¶
Color Default: #6E6E6EFF Read Write - Designer Blocks
Set the color of the unselected items of the Bottom Navigation Menu
Visible¶
Boolean Default: True Read Write - Designer Blocks
Returns true iff the component is visible.
Last update: November 9, 2022