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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <org.chromium.chrome.browser.bookmarks.BookmarkContentView 6 <org.chromium.chrome.browser.bookmarks.BookmarkContentView
7 xmlns:android="http://schemas.android.com/apk/res/android" 7 xmlns:android="http://schemas.android.com/apk/res/android"
8 android:id="@+id/bookmark_content_view" 8 android:id="@+id/bookmark_content_view"
9 android:layout_width="match_parent" 9 android:layout_width="match_parent"
10 android:layout_height="match_parent" > 10 android:layout_height="match_parent" >
(...skipping 29 matching lines...) Expand all
40 android:layout_width="wrap_content" 40 android:layout_width="wrap_content"
41 android:layout_height="wrap_content" 41 android:layout_height="wrap_content"
42 android:layout_centerInParent="true" 42 android:layout_centerInParent="true"
43 android:visibility="gone" /> 43 android:visibility="gone" />
44 44
45 <org.chromium.chrome.browser.bookmarks.BookmarkActionBar 45 <org.chromium.chrome.browser.bookmarks.BookmarkActionBar
46 android:id="@id/bookmark_action_bar" 46 android:id="@id/bookmark_action_bar"
47 android:layout_width="match_parent" 47 android:layout_width="match_parent"
48 android:layout_height="?attr/actionBarSize" 48 android:layout_height="?attr/actionBarSize"
49 android:layout_alignParentTop="true" 49 android:layout_alignParentTop="true"
50 android:background="@color/appbar_background" > 50 android:background="@color/appbar_background" />
51
52 <include layout="@layout/number_roll_view" />
53
54 </org.chromium.chrome.browser.bookmarks.BookmarkActionBar>
55 51
56 <org.chromium.chrome.browser.widget.FadingShadowView 52 <org.chromium.chrome.browser.widget.FadingShadowView
57 android:id="@+id/shadow" 53 android:id="@+id/shadow"
58 android:layout_width="match_parent" 54 android:layout_width="match_parent"
59 android:layout_height="@dimen/action_bar_shadow_height" 55 android:layout_height="@dimen/action_bar_shadow_height"
60 android:layout_below="@id/bookmark_action_bar" /> 56 android:layout_below="@id/bookmark_action_bar" />
61 </org.chromium.chrome.browser.bookmarks.BookmarkContentView> 57 </org.chromium.chrome.browser.bookmarks.BookmarkContentView>
OLDNEW
« 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