Bring action bar up to spec (E3)

* Now selection bar is in white.
* Show label name on action bar in edit mode.

Bug 29831679
Bug 30105429

Change-Id: I22ef1c98e4d8da1fbfc7a836ec584ffa0a9bcfc6
diff --git a/res/drawable/ic_menu_delete.xml b/res/drawable/ic_menu_delete.xml
index e95a5db..d994368 100644
--- a/res/drawable/ic_menu_delete.xml
+++ b/res/drawable/ic_menu_delete.xml
@@ -21,6 +21,6 @@
         android:viewportHeight="24.0"
         android:viewportWidth="24.0">
     <path
-        android:fillColor="#FFFFFFFF"
+        android:fillColor="@color/actionbar_icon_color_grey"
         android:pathData="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/>
 </vector>