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

Commit 73e0da3c authored by wilsonshih's avatar wilsonshih
Browse files

Improve app launch animation (1/N)

Make new default splash screen starting window.

Ref doc: go/improved_app_launch_animations

Bug: 73289295
Test: build/flash
Test: check splash screen starting window.
Test: atest StartingSurfaceDrawerTests

Change-Id: I590630942e9b1baa816206c6ac3895e7ff013e06
parent f7490769
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,4 +17,6 @@
<resources>
    <!-- Bubbles -->
    <color name="bubbles_icon_tint">@color/GM2_grey_200</color>
    <!-- Splash screen-->
    <color name="splash_window_background_default">@color/splash_screen_bg_dark</color>
</resources>
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -35,4 +35,9 @@
    <color name="GM2_grey_200">#E8EAED</color>
    <color name="GM2_grey_700">#5F6368</color>
    <color name="GM2_grey_800">#3C4043</color>

    <!-- Splash screen -->
    <color name="splash_screen_bg_light">#FFFFFF</color>
    <color name="splash_screen_bg_dark">#000000</color>
    <color name="splash_window_background_default">@color/splash_screen_bg_light</color>
</resources>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -167,4 +167,7 @@
    <!-- Size of padding for the user education cling, this should at minimum be larger than
        individual_bubble_size + some padding. -->
    <dimen name="bubble_stack_user_education_side_inset">72dp</dimen>

    <!-- The width/height of the icon view on staring surface. -->
    <dimen name="starting_surface_icon_size">108dp</dimen>
</resources>
+565 −0

File added.

Preview size limit exceeded, changes collapsed.

+9 −19

File changed.

Preview size limit exceeded, changes collapsed.