Commit 43055c31 authored by Dan Ballard's avatar Dan Ballard
Browse files

fixup! [android] Rename as Tor Browser

TB 44660: fixing splash rebase changes
parent 198ce60e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>