Join Slack
Powered by
so does MaterialTheme point to your current app th...
# compose
t
Thierry
02/06/2020, 7:50 PM
so does MaterialTheme point to your current app theme or to some ready made default theme?
Thierry
02/06/2020, 7:50 PM
was going through this tutorial:
https://codelabs.developers.google.com/codelabs/jetpack-compose-basics/#6
Thierry
02/06/2020, 7:51 PM
the name MaterialTheme is a bit confusing
l
Louis Pullen-Freilich [G]
02/06/2020, 7:53 PM
It uses the baseline Material theme by default:
https://material.io/design/color/the-color-system.html#color-theme-creation
You can create your own
colorPalette
and provide it to the
MaterialTheme
composable to set up the colors for your application
Open in Slack
Previous
Next