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

Commit cd8a323f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Make statusBarColor and navBarColor transparent for"" into qt-dev

parents 75de2d54 c3581717
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -1473,14 +1473,10 @@ easier.
        <item name="colorError">@color/error_color_device_default_light</item>
        <item name="colorEdgeEffect">@color/edge_effect_device_default_light</item>

        <!-- Add divider that matches material -->
        <!-- Add white nav bar with divider that matches material -->
        <item name="navigationBarDividerColor">@color/navigation_bar_divider_device_default_settings</item>

        <!-- Add transparent nav and status bars with light icons to support drawing edge-to-edge
        for Q gestural navigation-->
        <item name="navigationBarColor">@android:color/transparent</item>
        <item name="navigationBarColor">@android:color/white</item>
        <item name="windowLightNavigationBar">true</item>
        <item name="statusBarColor">@android:color/transparent</item>

        <!-- Dialog attributes -->
        <item name="dialogCornerRadius">@dimen/config_dialogCornerRadius</item>