Android statusbar icons color
I was wondering if it's possible to change the statusbar icons colour ( not the statusbar colour, colorPrimaryDark ) Let's say I want this statusbar with: <item name="colorPrimaryDark">@android:color/white</item> and the icons in black, is it possible? Thanks. EDIT: New in the M developer preview: windowLightStatusBar. Flipping this on in your theme tells the system to use a dark foreground, useful for lighter colored status bars. Note the M preview seems to have a bug where notification icons remain white, while system status icons correctly change to semitransparent black. from: Roman Nurik