| 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 5edf9c0a572ddbdfbaf4fbe56e9b47a15da3822d..be8a8b36e19767d78d5b8306085a9a2f58fe224d 100644
|
| --- a/chrome/android/shell/res/layout/chrome_shell_activity.xml
|
| +++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
|
| @@ -60,13 +60,11 @@
|
| android:background="?attr/selectableItemBackground"
|
| android:scaleType="center"/>
|
| </LinearLayout>
|
| - <org.chromium.chrome.browser.widget.ToolbarProgressBar
|
| + <org.chromium.chrome.browser.widget.ClipDrawableProgressBar
|
| android:id="@+id/progress"
|
| - style="@android:style/Widget.Holo.Light.ProgressBar.Horizontal"
|
| - android:progressDrawable="@drawable/progress_bar"
|
| android:layout_width="match_parent"
|
| android:layout_height="2dp"
|
| - android:progress="0" />
|
| + android:src="@drawable/clip_drawable_progress_bar" />
|
| </org.chromium.chrome.shell.ChromeShellToolbar>
|
| <FrameLayout android:id="@+id/content_container"
|
| android:layout_width="match_parent"
|
|
|