In Lollipop, we can change the background color of the status bar or even make it transparent. Suppose I need a light background (#eee). The icons in the status bar are white, so they become illegible. Is it possible to make them dark?
Now it is possible in Android 6+ using this attr in style.xml :
style.xml
<item name="android:windowLightStatusBar">true</item>
Source: https://habr.com/ru/post/1206019/More articles:How to capture video stream using OpenCV (Python) - pythonUsing Telegram to send a message - javaNon-Exceeding Suppression on Windows Detection MATLAB - matlabandroid: height not respected through FragmentTransactions - androidHow to debug lxml.etree.XSLTParseError: invalid expression error - pythonIs AngularJS faster than jQuery? - performanceUnable to connect from application to standalone cluster - apache-sparkAny out-of-band hashes in MD * or SHA- *? - performanceSharing global data in Python - pythonsqlalchemy Error creating backref relationships - pythonAll Articles