Reputation:
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
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