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>
diff --git a/res/layout/title_bar_nav.xml b/res/layout/title_bar_nav.xml
index e14c089..18cd4e7 100644
--- a/res/layout/title_bar_nav.xml
+++ b/res/layout/title_bar_nav.xml
@@ -39,16 +39,14 @@
             style="@style/HoloButton">
             <ImageView
                 android:id="@+id/favicon"
-                android:layout_width="36dip"
-                android:layout_height="36dip"
-                android:paddingLeft="8dip"
-                android:paddingRight="8dip"
-                android:layout_gravity="center_vertical" />
+                android:layout_width="20dip"
+                android:layout_height="20dip"
+                android:layout_gravity="center" />
             <ImageView
                 android:id="@+id/lock"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_gravity="bottom|right"
+                android:layout_width="32dip"
+                android:layout_height="33dip"
+                android:layout_gravity="center"
                 android:visibility="gone" />
         </FrameLayout>
         <ImageView