Skip to content

Commit

Permalink
#7 - Add splash xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayraenezozenalp committed Oct 8, 2023
1 parent 3a603e1 commit 37b3942
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values-night/splash.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.SplashScreen.MySplash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">#000000</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="postSplashScreenTheme">@style/Theme.ToDo</item>
</style>
</resources>
8 changes: 8 additions & 0 deletions app/src/main/res/values/splash.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.SplashScreen.MySplash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">#FFD0BCFF</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="postSplashScreenTheme">@style/Theme.ToDo</item>
</style>
</resources>

0 comments on commit 37b3942

Please sign in to comment.