Skip to content

Commit f7b0b05

Browse files
committed
FEAT: 스플래시 배경색 수정
1 parent c179cc5 commit f7b0b05

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
android:exported="true"
2020
android:label="@string/app_name"
2121
android:launchMode="singleTop"
22-
android:theme="@style/Theme.Tuk"
22+
android:theme="@style/AppTheme.Splash"
2323
android:screenOrientation="portrait"
2424
android:windowSoftInputMode="adjustResize">
2525
<intent-filter>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<style name="AppTheme.Splash" parent="android:Theme.Material.Light.NoActionBar">
4+
<item name="android:windowSplashScreenBackground">@color/white</item>
5+
</style>
6+
7+
</resources>

app/src/main/res/values/themes.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<style name="Theme.Tuk" parent="android:Theme.Material.Light.NoActionBar" />
4+
<style name="Theme.Tuk" parent="android:Theme.Material.Light.NoActionBar" >
5+
<item name="windowSplashScreenBackground">@color/white</item>
6+
</style>
57
</resources>

feature/main/src/main/java/com/plottwist/feature/main/MainConstract.kt

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)