How can I keep my windowBackground transparent? Se...
# compose
g
How can I keep my windowBackground transparent? Seems like at some point Compose takes over the window management and just fills it up like I didn’t set the following:
Copy code
<item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowIsTranslucent">true</item>