I have an activity (transparent background) that s...
# compose-android
m
I have an activity (transparent background) that shows a compose dialog. I’m trying to figure out what determines the transition (enter and exit). I tried tweaking the theme specified in the manifest (e.g. android:windowEnterAnimation) but that doesn’t seem to help. At the moment the dialog appears to enter from below, which is not what I want.