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

Commit df8d239a authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Improve app launch animation (1/N)"

parents b3e0793a 73e0da3c
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.