3

I want to change the color of status bar icons in my app. I googled it a lot but i did not found any thing. Plz provide me any help. For API below 23.

Thanks

UserSharma
  • 458
  • 6
  • 20

1 Answers1

3

This is possible on API level 23 and higher

<item name="android:windowLightStatusBar">true</item>
Horatio
  • 1,695
  • 1
  • 18
  • 27