We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278a945 commit c08fccfCopy full SHA for c08fccf
wearApp/src/main/res/values/styles.xml
@@ -1,8 +1,9 @@
1
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
2
3
<style name="MainActivityTheme.Starting" parent="Theme.SplashScreen">
4
<item name="windowSplashScreenBackground">@android:color/black</item>
5
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
6
<item name="postSplashScreenTheme">@android:style/Theme.DeviceDefault</item>
7
+ <item name="android:windowSplashScreenBehavior" tools:targetApi="33">icon_preferred</item>
8
</style>
9
</resources>
0 commit comments