Hi All, what is the point of keeping theme.xm file...
# compose
b
Hi All, what is the point of keeping theme.xm files and reference them in the manifest file since theming colors are defined on the
MaterialTheme
color fies
c
You still need them for other theming areas that are not controlled by Compose, e.g. statusBar color
And if your app is a mix of Views and Compose, you will certainly need them
Though for statusBar color, you can use Accompanist to color them in Compose code instead: https://google.github.io/accompanist/systemuicontroller/