Skip to content

Commit

Permalink
Merge "Sharesheet - Adjust dark mode colors for GAR" into qt-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TreeHugger Robot authored and Android (Google) Code Review committed Jun 3, 2019
2 parents 0247f19 + aab7276 commit 575f58e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/res/res/values-night/themes_device_defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 5 additions & 0 deletions core/res/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 575f58e

Please sign in to comment.