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

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

Issue 1833763002: Add new NTP layout with snippet cards and hide it behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address more comments Created 4 years, 9 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/new_tab_page_incognito.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_incognito.xml b/chrome/android/java/res/layout/new_tab_page_incognito.xml
index 00777bf81c9e1aaae402948c8de1308d7a582222..2c0c9e0817fdab2f10760595a3314322e571c95b 100644
--- a/chrome/android/java/res/layout/new_tab_page_incognito.xml
+++ b/chrome/android/java/res/layout/new_tab_page_incognito.xml
@@ -11,7 +11,7 @@
android:layout_height="match_parent"
android:paddingTop="@dimen/tab_strip_height" >
- <org.chromium.chrome.browser.ntp.NewTabScrollView
+ <org.chromium.chrome.browser.ntp.NewTabPageScrollView
android:id="@+id/ntp_scrollview"
android:background="@color/ntp_bg_incognito"
android:layout_width="match_parent"
@@ -78,6 +78,6 @@
</LinearLayout>
- </org.chromium.chrome.browser.ntp.NewTabScrollView>
+ </org.chromium.chrome.browser.ntp.NewTabPageScrollView>
</org.chromium.chrome.browser.ntp.IncognitoNewTabPageView>
« no previous file with comments | « chrome/android/java/res/layout/new_tab_page.xml ('k') | chrome/android/java/res/layout/new_tab_page_layout.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698