To avoid confusion as to what the navigationbar
actually is, here's a
As you can see, I've added a new color instead of the standard black color using:
<item name="android:navigationBarColor">@color/colorBackground</item>
But the icons are barely visible now, so I would like to change them into being black, or at least darker. I have searched SO and the webb but came up empty handed. Any ideas?