Skip to content

Commit

Permalink
Fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jun 19, 2024
1 parent db9f14d commit 3b826a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions app-android/src/main/res/values-night/splash_theme.xml

This file was deleted.

1 change: 1 addition & 0 deletions app-android/src/main/res/values/splash_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="windowSplashScreenBackground">@android:color/white</item>
<item name="windowSplashScreenAnimationDuration">5000</item>
<item name="postSplashScreenTheme">@style/Theme.KaigiApp</item>
<item name="android:windowSplashScreenBrandingImage" tools:targetApi="s">@drawable/splash_branding_image</item>
</style>
</resources>

0 comments on commit 3b826a5

Please sign in to comment.