Skip to content

Commit

Permalink
[feat/signup] : 스플래시 아이콘 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyeonAnAn committed Jul 7, 2023
1 parent 957ae52 commit e52cf7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<activity
android:name=".feature.onboarding.OnBoardingActivity"
android:exported="true"
android:theme="@style/Theme.App.Popopopo.Starting">
android:theme="@style/Theme.App.Pophory.Starting">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
8 changes: 1 addition & 7 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,7 @@

<style name="Theme.App.Pophory.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenAnimationDuration">2000</item>
<item name="postSplashScreenTheme">@style/Theme.Pophory</item>
</style>

<style name="Theme.App.Popopopo.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_pophory_main_logo</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="windowSplashScreenAnimationDuration">2000</item>
<item name="postSplashScreenTheme">@style/Theme.Pophory</item>
</style>
Expand Down

0 comments on commit e52cf7b

Please sign in to comment.