Android程序开始启动时出现白屏(大约1秒)

在AndroidManifest.xml文件中启动页添加theme

android:name=".activity.WelcomeActivity"
          android:theme="@style/Theme.BackgroundTranslucent"
          android:screenOrientation="portrait">
    
        android:name="android.intent.action.MAIN"/>

        android:name="android.intent.category.LAUNCHER"/>
    
style文件添加:



你可能感兴趣的:(android)