Search code examples
androidcolorsinstagramstatusbar

Statusbar Item Color change as that of instagram


How to change item colors of status bar as that of instagrams.

enter image description here


Solution

  • i have already got a way do this, it's for minsdkversion > 23 which can be done in build gradle and we just have to add:

        <item name="android:windowLightStatusBar">true</item>
    

    in our style.xml