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

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

Issue 2640333003: [Downloads UI] Implement search (Closed)
Patch Set: Explicitly handle empty downloads query Created 3 years, 11 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/res/layout/download_manager_toolbar.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/bookmark_main_content.xml
diff --git a/chrome/android/java/res/layout/bookmark_main_content.xml b/chrome/android/java/res/layout/bookmark_main_content.xml
index 2b667e419db45667b716acae7094d2a0cb0475ec..f513918760fe4a7f66e39f657d48f4af1c96fb0c 100644
--- a/chrome/android/java/res/layout/bookmark_main_content.xml
+++ b/chrome/android/java/res/layout/bookmark_main_content.xml
@@ -47,11 +47,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_alignParentTop="true"
- android:background="@color/appbar_background" >
-
- <include layout="@layout/number_roll_view" />
-
- </org.chromium.chrome.browser.bookmarks.BookmarkActionBar>
+ android:background="@color/appbar_background" />
<org.chromium.chrome.browser.widget.FadingShadowView
android:id="@+id/shadow"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/download_manager_toolbar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698