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

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

Issue 2655263003: [NTP] Remove the ScrollView version of the NTP. (Closed)
Patch Set: Cleaned up some more. Created 3 years, 11 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/res/layout/new_tab_page_scroll_view.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/new_tab_page_layout.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_layout.xml b/chrome/android/java/res/layout/new_tab_page_layout.xml
index d68172e9b2b27120bd4ef7f840fe2c35ddb505da..0af0820714c0ddea39e14a045fa09063bde81086 100644
--- a/chrome/android/java/res/layout/new_tab_page_layout.xml
+++ b/chrome/android/java/res/layout/new_tab_page_layout.xml
@@ -138,11 +138,4 @@
android:layout_height="0dp"
android:layout_weight="1"
android:visibility="gone" />
-
- <!-- Spacer to make the page scrollable when needed. -->
- <View
- android:id="@+id/ntp_scroll_spacer"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:visibility="gone" />
</org.chromium.chrome.browser.ntp.NewTabPageLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/new_tab_page_scroll_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698