Android - Fadeout animation for splash screen

前端 未结 3 455
情书的邮戳
情书的邮戳 2021-02-04 13:39

I want to add fadeout animation for my splash screen, that is while closing the splash screen I want to bring the fadeout animation effect.

Here are the codes which I ha

3条回答
  •  太阳男子
    2021-02-04 13:58

    You could try to make your activity translucent... take a look at the translucent theme in the sdk

    @android:style/Theme.Translucent
    

提交回复
热议问题