Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created October 3, 2022 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinodbaste/ca5cc4012c7979f2485966525bcfd81d to your computer and use it in GitHub Desktop.
Save vinodbaste/ca5cc4012c7979f2485966525bcfd81d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Splash Screen Theme. -->
<style name="Theme.AppSplash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/dark</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
<item name="windowSplashScreenAnimationDuration">300</item>
<item name="postSplashScreenTheme">@style/Theme.SplishSplash</item>
<!-- Status bar and Nav bar configs -->
<item name="android:statusBarColor" tools:targetApi="l">@color/dark</item>
<item name="android:navigationBarColor">@color/dark</item>
<item name="android:windowLightStatusBar">false</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment