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

Unified Diff: chrome/android/java/res/layout/bookmark_action_bar.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_action_bar.xml
diff --git a/chrome/android/java/res/layout/bookmark_action_bar.xml b/chrome/android/java/res/layout/bookmark_action_bar.xml
index e6c9a20c37b408321beb43a83f0e1895e95e2e9a..f055547d8fcbdd5f413f323973d30f91ae282b1c 100644
--- a/chrome/android/java/res/layout/bookmark_action_bar.xml
+++ b/chrome/android/java/res/layout/bookmark_action_bar.xml
@@ -7,5 +7,4 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bookmark_action_bar"
android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize"
- android:background="@color/appbar_background" />
+ android:layout_height="?attr/actionBarSize" />
« no previous file with comments | « chrome/android/java/res/layout-sw720dp/bookmark_main.xml ('k') | chrome/android/java/res/layout/bookmark_divider.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698