After updating to version 27.1.0, the pop-ups in my app have a grey notificationbar. Before the update, they were just blue, like all the other notificationbars. I haven't changed a thing in my code after updating. Is this a known issue?
I also encountered same problem and I used this in styles v21 and it works fine now
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">?attr/colorPrimary</item>
</style>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With