How To Change App's StatusBar Colour In Android
Problem:
I have an activity which I am using to host three fragments connected to a BottomNavigationView, on users touch events I want to change status bar colours to a different color for each of the fragments.
If I use below code in each of the fra...
chydee.hashnode.dev2 min read