| 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 0ab520e2241e6fec5ec19ef67313c707e89ab78e..04b041f0320f3048a982c839e87a73dd9401bef9 100644
|
| --- a/chrome/android/java/res/layout/toolbar.xml
|
| +++ b/chrome/android/java/res/layout/toolbar.xml
|
| @@ -8,7 +8,6 @@
|
|
|
| <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" >
|
|
|
| @@ -60,8 +59,9 @@
|
| </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"
|
| - chrome:progressBarColor="@color/progress_bar_foreground"
|
| - chrome:backgroundColor="@color/progress_bar_background" />
|
| + android:progress="0" />
|
| </org.chromium.chrome.browser.toolbar.ToolbarPhone>
|
|
|