Loading mobile/android/fenix/app/src/main/res/values/styles.xml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources xmlns:tools="http://schemas.android.com/tools"> <style name="SplashScreenThemeBase" parent="Theme.SplashScreen"> <item name="windowSplashScreenAnimatedIcon">@drawable/splash_screen</item> <item name="windowSplashScreenBackground">@color/backgroundGradientDark</item> <item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item> <item name="windowSplashScreenBackground">@color/fx_mobile_splashscreen_background</item> <item name="postSplashScreenTheme">@style/NormalTheme</item> <item name="windowSplashScreenAnimationDuration">12000</item> <item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="27">default</item> Loading Loading
mobile/android/fenix/app/src/main/res/values/styles.xml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources xmlns:tools="http://schemas.android.com/tools"> <style name="SplashScreenThemeBase" parent="Theme.SplashScreen"> <item name="windowSplashScreenAnimatedIcon">@drawable/splash_screen</item> <item name="windowSplashScreenBackground">@color/backgroundGradientDark</item> <item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item> <item name="windowSplashScreenBackground">@color/fx_mobile_splashscreen_background</item> <item name="postSplashScreenTheme">@style/NormalTheme</item> <item name="windowSplashScreenAnimationDuration">12000</item> <item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="27">default</item> Loading