Skip to content

Commit

Permalink
Merge pull request #822 from gen0083/splash_fix
Browse files Browse the repository at this point in the history
Fix splash screen duration
  • Loading branch information
takahirom authored Oct 1, 2022
2 parents 5e158ad + 23df0cb commit 3cf023d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-android/src/main/res/values-night/splash_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<style name="Theme.DroidKaigi.SplashTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="windowSplashScreenBackground">@android:color/black</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<item name="windowSplashScreenAnimationDuration">3000</item>
<item name="postSplashScreenTheme">@style/Theme.DroidKaigi.NoActionBar</item>
<item name="android:windowSplashScreenBrandingImage" tools:targetApi="s">@drawable/splash_branding_image</item>
</style>
Expand Down
2 changes: 1 addition & 1 deletion app-android/src/main/res/values/splash_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<style name="Theme.DroidKaigi.SplashTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="windowSplashScreenBackground">@android:color/white</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<item name="windowSplashScreenAnimationDuration">3000</item>
<item name="postSplashScreenTheme">@style/Theme.DroidKaigi.NoActionBar</item>
<item name="android:windowSplashScreenBrandingImage" tools:targetApi="s">@drawable/splash_branding_image</item>
</style>
Expand Down

0 comments on commit 3cf023d

Please sign in to comment.