Change status bar color to #1c3aa9

For screenshot see b/32557412

Bug: 32557412
Test: manually verified color change.

Change-Id: I361de3fab9c42b93cf13c725f7d618a1fdaee59a
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 03ca621..27759b9 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -42,7 +42,7 @@
     <!-- Color of the status bar above the contextual selection bar. -->
     <color name="contextual_selection_bar_status_bar_color">#bababa</color>
 
-    <color name="primary_color_dark">#2a56c6</color>
+    <color name="primary_color_dark">#1c3aa9</color>
     <color name="primary_color">#2a56c6</color>
 
     <color name="group_primary_color_dark">#546E7A</color>