So we’re styling our own toolbar, and due to UX decisions, we actually have our own design system (it falls certain things back to material design, but it’s got it’s own semantic color definitions). So we have a proper appbar and toolbar styles. The issue is that our app theme is currently based on AppCompat, but we need the AppBar to be in a MaterialTheme. In particular, a MaterialTheme that has our semantic color definitions defined.