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

Unified Diff: chrome/android/java/res/layout-sw720dp/bookmark_main.xml

Issue 2768663002: [Bookmarks] Refactor search view to use SelectableListLayout paradigm (Closed)
Patch Set: Fix spelling error Created 3 years, 9 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/bookmark_main.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout-sw720dp/bookmark_main.xml
diff --git a/chrome/android/java/res/layout-sw720dp/bookmark_main.xml b/chrome/android/java/res/layout-sw720dp/bookmark_main.xml
index cf0d3ff907ef911fadedef7de9410240dfb563c0..255d3c4839703882d700796a8dbe17b9ee65c380 100644
--- a/chrome/android/java/res/layout-sw720dp/bookmark_main.xml
+++ b/chrome/android/java/res/layout-sw720dp/bookmark_main.xml
@@ -18,20 +18,10 @@
android:divider="@null"
android:dividerHeight="0dp" />
- <ViewSwitcher
- android:id="@+id/bookmark_view_switcher"
+ <org.chromium.chrome.browser.widget.selection.SelectableListLayout
+ android:id="@+id/selectable_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:inAnimation="@android:anim/fade_in"
- android:outAnimation="@android:anim/fade_out" >
-
- <org.chromium.chrome.browser.widget.selection.SelectableListLayout
- android:id="@+id/selectable_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@android:color/white" />
-
- <include layout="@layout/bookmark_search" />
- </ViewSwitcher>
+ android:background="@android:color/white" />
</LinearLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/bookmark_main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698