Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84d7db77 authored by Galia Peycheva's avatar Galia Peycheva
Browse files

Remove SplashScreen animations on TV

Bug: 204672167
Test: manual: check that starting a new activity doesn't slide up
Change-Id: I22fa27ca4d4df3a7efd5d723acf79de9742d938c
parent 7fc26f8e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -43,4 +43,13 @@
    <!-- Time (duration in milliseconds) that the shell waits for an app to close the PiP by itself
    if a custom action is present before closing it. -->
    <integer name="config_pipForceCloseDelay">5000</integer>

    <!-- Animation duration when exit starting window: fade out icon -->
    <integer name="starting_window_app_reveal_icon_fade_out_duration">0</integer>

    <!-- Animation duration when exit starting window: reveal app -->
    <integer name="starting_window_app_reveal_anim_delay">0</integer>

    <!-- Animation duration when exit starting window: reveal app -->
    <integer name="starting_window_app_reveal_anim_duration">0</integer>
</resources>