Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: chrome/android/java/res/layout/download_content.xml

Issue 2269353004: [Android Download] Show a progress bar before backend is loaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@empty
Patch Set: fix tests Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapter.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698