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

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

Issue 2855033002: [Home] Fix top-offset for native pages (Closed)
Patch Set: [Home] Fix top-offset for native pages 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/BasicNativePage.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/recent_tabs_page.xml
diff --git a/chrome/android/java/res/layout/recent_tabs_page.xml b/chrome/android/java/res/layout/recent_tabs_page.xml
index 77df36f21d5a60228a99920ab41e113fd5cb661e..ba2592dc770f4900a910e914bce6b912cae02966 100644
--- a/chrome/android/java/res/layout/recent_tabs_page.xml
+++ b/chrome/android/java/res/layout/recent_tabs_page.xml
@@ -11,6 +11,7 @@
android:paddingTop="@dimen/tab_strip_height" >
<org.chromium.chrome.browser.ntp.NativePageRootFrameLayout
+ android:id="@+id/recent_tabs_root"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:paddingTop="@dimen/toolbar_height_no_shadow"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/BasicNativePage.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698