Hi, I am trying to add a compose screen to my exis...
# compose
r
Hi, I am trying to add a compose screen to my existing app (single activity, multiple fragments). I’m stuck on the theming. The docs say
If you are using an AppCompat (i.e. non-MDC) theme in your app,
- how do I know? If it helps, the theme defined in my app looks like this:
Copy code
<style name="Theme.AcmeAI" parent="Theme.MaterialComponents.Light.NoActionBar">