美文网首页
启动页面

启动页面

作者: zhi5ai | 来源:发表于2017-12-07 14:47 被阅读52次

    白屏问题 2277!!
    注释掉 setContentView(R.layout.activity_splash);

    <style name="SplashTheme" parent="AppTheme.NoActionBar">
    <item name="android:windowBackground">@drawable/background</item>
    </style>

    <activity android:name=".SplashActivity"
    android:theme="@style/SplashTheme"
    android:screenOrientation="portrait">
    <intent-filter>
    <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

    相关文章

      网友评论

          本文标题:启动页面

          本文链接:https://www.haomeiwen.com/subject/gavdixtx.html