Skip to content

Commit

Permalink
fix unknown color on splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Jan 25, 2025
1 parent 89aabe2 commit 13d8221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<style name="LaunchTheme" parent="Theme.SplashScreen">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowSplashScreenBackground">@color/bgColor</item>
<item name="android:windowSplashScreenBackground">@android:color/black</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/launch_background</item>
<!-- <item name="android:navigationBarColor">@android:color/black</item> -->
<!-- <item name="android:windowDrawsSystemBarBackgrounds">true</item> -->
Expand Down

0 comments on commit 13d8221

Please sign in to comment.