Navigation Bar Customization
Considering that the Theme allows for Notification bar customization, it would be good to be able to customize the Navigation bar/buttons with similar options:
- Color and opacity
- Gradient
- Dark Controls
Autohide could also be added to the list, but I am not sure if it would be worth it.
I don't know if this can be done.
I think Nova do it. I will take a look what is there around.
It's possible to some extent: https://stackoverflow.com/questions/27348336/how-to-change-system-navigation-bar-color
I use Hide Nav Bar for this purpose, to hide it. For more real state. And use LMT for navigation, instead.
I believe these two links could help: https://stackoverflow.com/questions/27348336/how-to-change-system-navigation-bar-color https://stackoverflow.com/questions/33104246/change-navigation-bar-icon-color-on-android
I have added color customization in commit 16a46a0dff30cf7d33cbaa570d2b769c203de0d6 The feature is not finished as I need to remove this preference from android versions that don't support this (below Lollipop) I still have to do some research to find if I can make the bar transparent and draw my own background like I do for the status bar.
Seems working. Except the transparency, as you have already said.