Skip to content

Commit c08fccf

Browse files
authored
Forces the wear app splash screen to always display the icon. (#215)
1 parent 278a945 commit c08fccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<resources>
1+
<resources xmlns:tools="http://schemas.android.com/tools">
22

33
<style name="MainActivityTheme.Starting" parent="Theme.SplashScreen">
44
<item name="windowSplashScreenBackground">@android:color/black</item>
55
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
66
<item name="postSplashScreenTheme">@android:style/Theme.DeviceDefault</item>
7+
<item name="android:windowSplashScreenBehavior" tools:targetApi="33">icon_preferred</item>
78
</style>
89
</resources>

0 commit comments

Comments
 (0)