I need to invert the colors of the icons when the StatusBar is set to some light color like white.
I've come across with following attribute for API 23 and higher
<item name="android:windowLightStatusBar">true</item>
But I need workaround for Lollipop API 21 and 22 versions.
Any help would be appreciated.
Image from an this answer