Fix icon resources

    Bug: 5066431
    updated remaining icons:
    secure/partial/overlay
    progress
    various bookmark icons

Change-Id: I474a1cd3981474eddbd4be0a38a8d0d8083232e1
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index acc49e6..eb3f782 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -42,7 +42,7 @@
         android:layout_height="wrap_content"
         android:background="@null"
         android:layout_below="@id/taburlbar"
-        android:src="@drawable/progress"
+        android:src="@drawable/progress_primary_holo_dark"
         android:layout_marginTop="@dimen/progress_bar_margin"
         android:visibility="gone" />
 </RelativeLayout>