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
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user