| Index: chrome/android/java/res/layout/download_content.xml
|
| diff --git a/chrome/android/java/res/layout/download_content.xml b/chrome/android/java/res/layout/download_content.xml
|
| index a7a0cf34f6cf18dd49a81f9e430208e11313271a..7798b599b05e7b65d261df3a97cc576815ae1cae 100644
|
| --- a/chrome/android/java/res/layout/download_content.xml
|
| +++ b/chrome/android/java/res/layout/download_content.xml
|
| @@ -26,7 +26,8 @@
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| android:layout_alignParentBottom="true"
|
| - android:layout_below="@id/action_bar" />
|
| + android:layout_below="@id/action_bar"
|
| + android:visibility="gone" />
|
|
|
| <org.chromium.chrome.browser.widget.FadingShadowView
|
| android:id="@+id/shadow"
|
| @@ -56,4 +57,10 @@
|
| android:textColor="#5B5B5B"
|
| android:textSize="16sp" />
|
| </LinearLayout>
|
| -</RelativeLayout>
|
| +
|
| + <org.chromium.chrome.browser.widget.LoadingView
|
| + android:id="@+id/loading_view"
|
| + android:layout_width="wrap_content"
|
| + android:layout_height="wrap_content"
|
| + android:layout_centerInParent="true" />
|
| +</RelativeLayout>
|
|
|