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

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

Issue 2703463002: [List UI Unification] Basic list unification for phones (Closed)
Patch Set: [List UI Unification] Basic list unification for phones Created 3 years, 10 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 7e54f990023c61ede7ad219792916fa7c3c6dd57..bd9525b5d2d60abbc8b1f36c10996aa8867cb7a6 100644
--- a/chrome/android/java/res/layout/bookmark_main.xml
+++ b/chrome/android/java/res/layout/bookmark_main.xml
@@ -13,13 +13,13 @@
<android.support.v4.widget.DrawerLayout
android:id="@+id/bookmark_drawer_layout"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@android:color/white" >
+ 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:layout_height="match_parent"
+ android:background="@color/default_primary_color" />
<org.chromium.chrome.browser.bookmarks.BookmarkDrawerListView
android:id="@+id/bookmark_drawer_list"
« no previous file with comments | « chrome/android/java/res/layout/bookmark_folder_row.xml ('k') | chrome/android/java/res/layout/date_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698