Index: chrome/android/java/res/layout/toolbar.xml |
diff --git a/chrome/android/java/res/layout/toolbar.xml b/chrome/android/java/res/layout/toolbar.xml |
index 04b041f0320f3048a982c839e87a73dd9401bef9..0ab520e2241e6fec5ec19ef67313c707e89ab78e 100644 |
--- a/chrome/android/java/res/layout/toolbar.xml |
+++ b/chrome/android/java/res/layout/toolbar.xml |
@@ -8,6 +8,7 @@ |
<org.chromium.chrome.browser.toolbar.ToolbarPhone |
xmlns:android="http://schemas.android.com/apk/res/android" |
+ xmlns:chrome="http://schemas.android.com/apk/res-auto" |
android:layout_width="match_parent" |
android:layout_height="@dimen/toolbar_height_no_shadow" > |
@@ -59,9 +60,8 @@ |
</LinearLayout> |
<org.chromium.chrome.browser.widget.ToolbarProgressBar |
android:id="@+id/progress" |
- style="@style/Widget.AppCompat.ProgressBar.Horizontal" |
- android:progressDrawable="@drawable/progress_bar" |
android:layout_width="match_parent" |
android:layout_height="2dp" |
- android:progress="0" /> |
+ chrome:progressBarColor="@color/progress_bar_foreground" |
+ chrome:backgroundColor="@color/progress_bar_background" /> |
</org.chromium.chrome.browser.toolbar.ToolbarPhone> |