Skip to content

Commit

Permalink
Expose storage manager settings colors
Browse files Browse the repository at this point in the history
Change-Id: I14e7f7db23d562ceca033371f2bd17aef754bf6e
  • Loading branch information
westcripp committed Jan 11, 2017
1 parent c2e731d commit 4012df1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
-->

<resources>
<color name="primary_color">@color/material_blue_grey_900</color>
<color name="primary_dark_color">@color/material_blue_grey_950</color>
<color name="secondary_color">#37474f</color>
<color name="accent_color">@color/accent_material_light</color>
<color name="accent_color_lighter">#7fcac3</color>
<color name="primary_color">@*android:color/primary_material_dark</color>
<color name="primary_dark_color">@*android:color/primary_dark_material_dark</color>
<color name="secondary_color">@*android:color/secondary_material_settings</color>
<color name="accent_color">@*android:color/accent_material_light</color>
<color name="accent_color_lighter">@*android:color/accent_material_light</color>
</resources>

0 comments on commit 4012df1

Please sign in to comment.