I have an application in which I would like to change the color of the Toolbar fairly often.
Right now, I am manually setting the Status Bar color and the Toolbar color (where the status bar color is a darker version of the toolbar color).
Is it possible to instead use
<item name="android:windowTranslucentStatus">true</item>
in my style and have my Toolbar extend behind the status bar? That way, I wouldn't have to manually create a dark color and manually set the status bar color in addition to the toolbar color. This would also allow the navigation drawer to show in front of the status bar color and behind the actual status bar (Right now the top of the navigation drawer isn't shown because the status bar is a solid color)