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

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

Issue 2270233003: [Android] Implement empty view for download manager ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't use compound drawable 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
Index: chrome/android/java/res/layout/download_main.xml
diff --git a/chrome/android/java/res/layout/download_main.xml b/chrome/android/java/res/layout/download_main.xml
index d6f860723ce8876690c91aa8fe732492bc8c8995..da5b9c264d53ed9d6378d727ac59c384062a36d2 100644
--- a/chrome/android/java/res/layout/download_main.xml
+++ b/chrome/android/java/res/layout/download_main.xml
@@ -9,36 +9,7 @@
android:layout_height="match_parent" >
<!-- MAIN CONTENT -->
- <LinearLayout
- android:id="@+id/content_frame"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#ffffff"
- android:orientation="vertical" >
-
- <org.chromium.chrome.browser.download.ui.DownloadManagerToolbar
- android:id="@id/action_bar"
- android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize"
- android:background="@color/appbar_background" >
-
- <include layout="@layout/number_roll_view" />
-
- </org.chromium.chrome.browser.download.ui.DownloadManagerToolbar>
-
- <org.chromium.chrome.browser.widget.FadingShadowView
- android:id="@+id/shadow"
- android:layout_width="match_parent"
- android:layout_height="10dp"
- android:layout_marginBottom="-10dp" />
-
- <android.support.v7.widget.RecyclerView
- android:id="@+id/recycler_view"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
- </LinearLayout>
+ <include layout="@layout/download_content" />
<!-- NAVIGATION DRAWER
We can't assign a paddingStart or paddingEnd because the section highlights are full-bleed.

Powered by Google App Engine
This is Rietveld 408576698