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

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

Issue 2898243002: [Android] Add OverviewListLayout to main CoordinatorLayout (Closed)
Patch Set: Created 3 years, 7 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/main.xml
diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
index 89c0c32936ad9ceae88dd100f42df2a74f1db7b1..49ca55da284093a22509fe69cede035abe9cbb77 100644
--- a/chrome/android/java/res/layout/main.xml
+++ b/chrome/android/java/res/layout/main.xml
@@ -20,6 +20,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <FrameLayout
+ android:id="@+id/overview_list_layout_holder"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
<org.chromium.chrome.browser.snackbar.BottomContainer
android:id="@+id/bottom_container"
android:layout_width="match_parent"

Powered by Google App Engine
This is Rietveld 408576698