Use the new look for the progress bar.

Bug 2712871

Change-Id: Ifb6afe59196332d966590dbc08228fb78aa5f8cf
diff --git a/src/com/android/browser/TitleBarXLarge.java b/src/com/android/browser/TitleBarXLarge.java
index 5296ed1..76f57d0 100644
--- a/src/com/android/browser/TitleBarXLarge.java
+++ b/src/com/android/browser/TitleBarXLarge.java
@@ -78,6 +78,8 @@
         mCircularProgress.setBounds(0, 0, iconDimension, iconDimension);
         mHorizontalProgress = (ProgressBar) findViewById(
                 R.id.progress_horizontal);
+        mHorizontalProgress.setProgressDrawable(
+                resources.getDrawable(R.drawable.progress));
 
         // FIXME: Change enabled states based on whether you can go
         // back/forward.  Probably should be done inside onPageStarted.