I use
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<!--设置透明背景-->
<item name="android:windowIsTranslucent">true</item>
</style>
</resources>
but the background color appears black
@NdozHH me too, do you solve it ?
i solve it ,in MainActivity , SplashScreen.show method‘s second argument is true

Most helpful comment
i solve it ,in MainActivity , SplashScreen.show method‘s second argument is true
