Commit aefcca9a authored by wanglei's avatar wanglei

...

parent 37f2f936
......@@ -39,6 +39,7 @@
tools:targetApi="34">
<activity
android:theme="@style/splash.theme"
android:name=".ui.activity.splash.Splash2Activity"
android:exported="true"
android:launchMode="singleTask">
......
package com.base.browserwhite.utils
object ShortcutUtils {
}
\ No newline at end of file
......@@ -6,4 +6,10 @@
</style>
<style name="Theme.BrowserWhite" parent="Base.Theme.BrowserWhite" />
<style name="splash.theme" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowBackground">@drawable/splash_bp</item>
<item name="android:windowFullscreen">false</item>
</style>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment