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

Commit aab7276d authored by Matt Pietal's avatar Matt Pietal
Browse files

Sharesheet - Adjust dark mode colors for GAR

The background for dark mode dialogs is lighter than the pixel/gm2
grey 800 color, while the text is a bit darker. Manually adjust the
colors per UX's recommendations.

Bug: 132861725
Test: Visual inspection
Change-Id: Iaa65c69ed387165987c41d8e2e7843e86e909dcc
parent 3bc96f91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,5 +87,7 @@ easier.

    <style name="Theme.DeviceDefault.Resolver" parent="Theme.DeviceDefault.ResolverCommon">
        <item name="windowLightNavigationBar">false</item>
        <item name="colorBackgroundFloating">@android:color/GM2_grey_800</item>
        <item name="textColorSecondary">@android:color/resolver_text_color_secondary_dark</item>
    </style>
</resources>
+5 −0
Original line number Diff line number Diff line
@@ -218,4 +218,9 @@
    <color name="chooser_row_divider">@color/list_divider_color_light</color>
    <color name="chooser_gradient_background">@color/loading_gradient_background_color_light</color>
    <color name="chooser_gradient_highlight">@color/loading_gradient_highlight_color_light</color>

    <color name="GM2_grey_800">#ff3C4043</color>

    <!-- Resolver/Chooser -->
    <color name="resolver_text_color_secondary_dark">#ffC4C6C6</color>
</resources>