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

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

Issue 2837643002: [Bookmarks] Remove side drawer and introduce root folder view (Closed)
Patch Set: Move is_permanent_node_ check to bookmark_bridge.cc Created 3 years, 8 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/bookmark_main.xml
diff --git a/chrome/android/java/res/layout/bookmark_main.xml b/chrome/android/java/res/layout/bookmark_main.xml
index 685c8b050461c5d887c6556aea743b3f0923470d..5eb4beedf2a18d34a1cc13db92eb5a5f3517476c 100644
--- a/chrome/android/java/res/layout/bookmark_main.xml
+++ b/chrome/android/java/res/layout/bookmark_main.xml
@@ -3,25 +3,9 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<android.support.v4.widget.DrawerLayout
+<org.chromium.chrome.browser.widget.selection.SelectableListLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/bookmark_drawer_layout"
+ android:id="@+id/selectable_list"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <org.chromium.chrome.browser.widget.selection.SelectableListLayout
- android:id="@+id/selectable_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/default_primary_color" />
-
- <org.chromium.chrome.browser.bookmarks.BookmarkDrawerListView
- android:id="@+id/bookmark_drawer_list"
- android:layout_width="@dimen/drawer_width"
- android:layout_height="match_parent"
- android:layout_gravity="start"
- android:background="@android:color/white"
- android:choiceMode="singleChoice"
- android:divider="@null"
- android:dividerHeight="0dp" />
-</android.support.v4.widget.DrawerLayout>
+ android:layout_height="match_parent"
+ android:background="@color/default_primary_color" />
« no previous file with comments | « chrome/android/java/res/layout/bookmark_drawer_title.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698