You need to check the version, which is only available after 4.4. The corresponding activity layout needs to add the following attribute to the layout root node.
getWindow().setNavigationBarColor() can set the color of the bottom navigation bar getWindow().setStatusBarColor() can set the color of the top status bar
If you want the layout to extend to the navigation bar or status bar, refer to the 1L settings
The bottom navigation bar is designed to add buttons...
Transparency is achievable,
You need to check the version, which is only available after 4.4.
The corresponding activity layout needs to add the following attribute to the layout root node.
getWindow().setNavigationBarColor() can set the color of the bottom navigation bar
getWindow().setStatusBarColor() can set the color of the top status bar
If you want the layout to extend to the navigation bar or status bar, refer to the 1L settings
The bottom navigation bar is designed to add buttons...