https://kotlinlang.org logo
f

filiplamparski

12/05/2018, 6:17 PM
Hey, this is less of a Kotlin question and more of a general Android one. I'm trying to have a custom AppBar view blend in with the status bar. To do that, I've changed many layouts in the hierarchy to have
fitsSystemWindow=true
in them, and specified my own background graphics etc. The trouble is, it all goes wrong because something, somewhere is still using my default action bar color. Which I want it to use for this purpose, just not in this one screen of my application. Is there anything I need to be aware of here?