Is there any way to use a color from the `Material...
# compose
b
Is there any way to use a color from the
MaterialTheme
to set a color (like a background color) on an “old style” view that is used via the
AndroidView
composable?
1
c
i guess you’d have to go the other way around. defining a “old style” theme in xml and use the Theme adapter to convert and use in compose.