충돌 해결: 앱 아이콘 배경색 업데이트

This commit is contained in:
hansoo
2025-03-16 21:23:25 +09:00
12 changed files with 60 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#f2f2f2</color>
</resources>
<color name="ic_launcher_background">#F0F4F8</color>
</resources>

View File

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
@@ -18,5 +19,6 @@
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
<item name="android:background">@drawable/splash</item>
<item name="android:statusBarColor">@color/ic_launcher_background</item>
</style>
</resources>
</resources>