I´m trying to change the toolbar Background color programmatically by doing this:
getSupportActionBar().setBackgroundDrawable(newColorDrawable(getResources()
In my style I changed
style
@color/background
to
and that seems to have fixed it for me.