去掉 带默认 app icon 的 window bg

This commit is contained in:
renhaoting 2025-12-18 17:43:00 +08:00
parent e325c00546
commit 936176f400
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@
android:name="com.gamedog.vididin.features.splash.SplashActivity" android:name="com.gamedog.vididin.features.splash.SplashActivity"
android:exported="true" android:exported="true"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/Theme.App.TransparentSplash" android:theme="@style/Theme.Transparent"
android:screenOrientation="portrait"> android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />

View File

@ -8,7 +8,6 @@ import android.view.LayoutInflater
import android.view.animation.LinearInterpolator import android.view.animation.LinearInterpolator
import androidx.lifecycle.lifecycleScope import androidx.lifecycle.lifecycleScope
import com.ama.core.architecture.appBase.AppViewsEmptyViewModelActivity import com.ama.core.architecture.appBase.AppViewsEmptyViewModelActivity
import com.gamedog.vididin.di.Dispatcher
import com.gamedog.vididin.main.interfaces.OnTabStyleListener import com.gamedog.vididin.main.interfaces.OnTabStyleListener
import com.gamedog.vididin.router.Router import com.gamedog.vididin.router.Router
import com.remax.base.report.DataReportManager import com.remax.base.report.DataReportManager