Assigned
Status Update
Comments
ak...@gmail.com <ak...@gmail.com> #2
Hey OP, have you tried Embedded Layout Inspector? you can try it in Iguana Canary. Please give it a try and let us know if you still have this issue.
Description
Jetpack Compose version:
Refer to the latest commit in the main branch of the Compose library. The Dialog component creates a ContextThemeWrapper with a pre-defined theme internally.
In my case, my project uses Compose in a separate Fragment within a View-based project. All View-based dialogs (DialogFragment) had their dim background color customized for design purposes, which is not supported in the Compose dialog.
So what I want is a way to pass a custom theme into the Compose-based dialog.
You can see the example code I'm referring to in this link.https://github.com/akexorcist/dialog-in-view-and-compose