Issue
I have searched a lot about this but all I have found is how to change status bar color. I want to invert color of icons in status bar on white background like Soundcloud has done in its mobile application like:
How to do this?
Solution
You can do that with the following code. it's just working on v23 API
.
In your: values-v23/styles.xml
:
<item name="android:windowLightStatusBar">true</item>
Check this link for more information: https://stackoverflow.com/a/30075921/4409113
Or: https://stackoverflow.com/a/33316669/4409113
Answered By - ʍѳђઽ૯ท
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.