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

Commit 157f2d8c authored by Brandon Dayauon's avatar Brandon Dayauon
Browse files

Change inactive button to surfaceBright and headerProtection to scHighest on LT and scLow on DT

bug:294291021
bug:275087095
flag: n/a
test: Manual photos:
before: https://screenshot.googleplex.com/5sDvwGUebY3BtLo
before: https://screenshot.googleplex.com/BSmjETXYbBqXXxG
after: https://screenshot.googleplex.com/8nGCqHEuxQKKpiQ
after: https://screenshot.googleplex.com/AWALHXZAsuLq8b6

Change-Id: I2dd8eff2c56618a143c10fa4e7533265dde3f0b8
parent 3ca497b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
                android:state_selected="false">
                <shape android:shape="rectangle">
                    <corners android:radius="@dimen/all_apps_header_pill_corner_radius" />
                    <solid android:color="@color/all_apps_tabs_background" />
                    <solid android:color="@color/material_color_surface_bright" />
                </shape>
            </item>

@@ -39,7 +39,7 @@
                android:state_selected="true">
                <shape android:shape="rectangle">
                    <corners android:radius="@dimen/all_apps_header_pill_corner_radius" />
                    <solid android:color="@color/all_apps_tab_background_selected" />
                    <solid android:color="@color/material_color_primary" />
                </shape>
            </item>
        </selector>
+3 −1
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@
    <style name="LauncherTheme" parent="@style/BaseLauncherTheme">
        <item name="android:textColorSecondary">#DE000000</item>
        <item name="allAppsScrimColor">?attr/materialColorSurfaceDim</item>
        <item name="allappsHeaderProtectionColor">@color/popup_color_tertiary_light</item>
        <item name="allappsHeaderProtectionColor">
            @color/material_color_surface_container_highest</item>
        <item name="allAppsNavBarScrimColor">#66FFFFFF</item>
        <item name="popupColorPrimary">@color/popup_color_primary_light</item>
        <item name="popupColorSecondary">@color/popup_color_secondary_light</item>
@@ -149,6 +150,7 @@
        <item name="android:colorControlHighlight">#19FFFFFF</item>
        <item name="android:colorPrimary">#FF212121</item>
        <item name="allAppsScrimColor">?attr/materialColorSurfaceDim</item>
        <item name="allappsHeaderProtectionColor">@color/material_color_surface_container_low</item>
        <item name="allAppsNavBarScrimColor">#80000000</item>
        <item name="popupColorPrimary">@color/popup_color_primary_dark</item>
        <item name="popupColorSecondary">@color/popup_color_secondary_dark</item>