I have a Activity
which has a theme for its Status Bar, but it has an influence on Fragment
to which I want another color in the Status Bar.
Is there any way I can change the color of the Status Bar only when that Fragment
is opened, and return to normal when it is closed?