I'd like to change the colour that flickers for a moment as an app is launching. I think it's determined by the overarching application theme, but I'd like to specify another colour.
To elaborate, I wouldn't like to modify the default background colour for all activities, specified by:
<item name="android:windowBackground">@color/red</item>
What's the most elegant way of achieving this?
Thanks for your time!