Join Slack
Powered by
Is there any way to use a color from the `Material...
# compose
b
Bradleycorn
11/23/2020, 1:33 AM
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
Christoph
11/23/2020, 7:46 AM
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.
Open in Slack
Previous
Next