Skip to content

Commit

Permalink
#146 / splash screen theme 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
taeheeL committed Dec 9, 2023
1 parent 125d137 commit 3746ff9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<item name="android:textColorHighlight">@color/Lightblue_200</item>
</style>

<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_spakle_logo_foreground</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<item name="postSplashScreenTheme">@style/Theme.UNIAOS</item>
</style>

<style name="Theme.UNIAOS" parent="Base.Theme.UNIAOS" />

<!-- Custom Stutus bar color -->
Expand Down

0 comments on commit 3746ff9

Please sign in to comment.