What theme should I use in my Android app to make my status bar white color like the one in Instagram.
Im using Theme.Appcompat.Light
as my theme.
This is my colors.xml:
<!--?xml version="1.0" encoding="UTF-8"?-->
<resources>
<color name="primaryColor">#ffffff</color>
<color name="primaryLightColor">#ffffff</color>
<color name="primaryDarkColor">#cccccc</color>
<color name="secondaryColor">#3f51b5</color>
<color name="secondaryLightColor">#757de8</color>
<color name="secondaryDarkColor">#002984</color>
<color name="primaryTextColor">#000000</color>
<color name="secondaryTextColor">#ffffff</color>
</resources>
Instagram style:
My app: