Skip to content

Commit fa5a59c

Browse files
haeti-devsxunea
authored andcommitted
[feature/#49] 스플래쉬 배경 검정색으로 변경
1 parent cc6e711 commit fa5a59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composeApp/src/androidMain/res/drawable/ic_splash_screen.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
3-
<item android:drawable="@android:color/white" />
3+
<item android:drawable="@android:color/black" />
44

55
<item android:gravity="center">
66
<bitmap

composeApp/src/androidMain/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<resources>
33

44
<style name="Theme.Emotia.SplashScreen" parent="Theme.SplashScreen">
5-
<item name="windowSplashScreenBackground">@android:color/white</item>
5+
<item name="windowSplashScreenBackground">@android:color/black</item>
66
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash_screen</item>
77
<item name="postSplashScreenTheme">@style/Theme.Emotia.Main</item>
88
</style>

0 commit comments

Comments
 (0)