Index: chrome/android/shell/res/layout/chrome_shell_activity.xml |
diff --git a/chrome/android/shell/res/layout/chrome_shell_activity.xml b/chrome/android/shell/res/layout/chrome_shell_activity.xml |
index 9a928d7c20778e395fa72ad7cf530655bb142ba5..81186512d9edd6b1feb0979e1b9960bad4f262a1 100644 |
--- a/chrome/android/shell/res/layout/chrome_shell_activity.xml |
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml |
@@ -8,7 +8,6 @@ |
<org.chromium.chrome.shell.TabManager android:id="@+id/tab_manager" |
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="match_parent" |
android:orientation="vertical"> |
@@ -63,10 +62,11 @@ |
</LinearLayout> |
<org.chromium.chrome.browser.widget.ToolbarProgressBar |
android:id="@+id/progress" |
+ style="@android:style/Widget.Holo.Light.ProgressBar.Horizontal" |
+ android:progressDrawable="@drawable/shell_progress_bar" |
android:layout_width="match_parent" |
android:layout_height="2dp" |
- chrome:progressBarColor="@color/material_deep_teal_500" |
- chrome:backgroundColor="@android:color/transparent" /> |
+ android:progress="0" /> |
</org.chromium.chrome.shell.ChromeShellToolbar> |
<FrameLayout android:id="@+id/content_container" |
android:layout_width="match_parent" |