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

Commit eba8f47c authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix animation bug in chooser activity

Make sure to set the status color to 0 (fully translucent), so
there is no ugly line travelling across the screen when opening
the activity.

Bug: 27285627
Change-Id: If8aa1059958f3e2a45a48f6ba276560244f284cd
parent 2319dd3a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -544,9 +544,7 @@ easier.
        <item name="windowNoTitle">true</item>
        <item name="windowBackground">@color/transparent</item>
        <item name="backgroundDimEnabled">true</item>
        <item name="windowTranslucentStatus">false</item>
        <item name="windowTranslucentNavigation">false</item>
        <item name="windowDrawsSystemBarBackgrounds">false</item>
        <item name="statusBarColor">@color/transparent</item>
        <item name="windowContentOverlay">@null</item>
        <item name="colorControlActivated">?attr/colorControlHighlight</item>
        <item name="listPreferredItemPaddingStart">?attr/dialogPreferredPadding</item>