user4671760
user4671760

Reputation:

Adding button in Android Bottom toolbar

Is it possible to add button on android bottom tool-bar which has the icons(back , home , minimize) and control the color of that icon as well

Thanks Himanshu

Upvotes: 0

Views: 544

Answers (1)

Valentin Kuhn
Valentin Kuhn

Reputation: 856

No, you cannot add buttons to the navigation bar. This bar is system controlled.

The only thing you can 'add' is the menu button, if the device has soft keys. For this, you'd just need to create a menu in your activity / fragment.

Upvotes: 1

Related Questions