所有stackoverflow答案都说明在API< 23中没有办法用黑色文本设置灯光状态栏。但在我的手机(API 22)中,许多应用程序都有轻型状态栏(例如instagram,youtube,YAZIO)。他们是如何做到的呢?
我的主题
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">#colorPrimaryDak</item>
<item name="colorAccent">@color/colorAccent</item>
</style>