Problem
After merging the dark theme, we realised that the Android navigation bar isn't made transparent and matches the system theme set by the user.

device light mode:

Solution
Improve this, with a translucent navigation bar. Hardcoding it (like we currently do for status bar) won't work as we'll soon let the user select a style.
Problem
After merging the dark theme, we realised that the Android navigation bar isn't made transparent and matches the system theme set by the user.
device light mode:
Solution
Improve this, with a translucent navigation bar. Hardcoding it (like we currently do for status bar) won't work as we'll soon let the user select a style.