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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java

Issue 2196273002: Zine: support multiple sections in the ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
index 2153d0905d48437a4dc7dd5231891c83d0fcad7a..e23c0b9101c66397c4b947ea5b318d4c82ab267f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
@@ -13,7 +13,7 @@ import android.view.ViewGroup;
* contain enough of them. It is displayed as a dummy item with variable height that just occupies
* the remaining space between the last item in the RecyclerView and the bottom of the screen.
*/
-public class SpacingListItem implements NewTabPageListItem {
+public class SpacingListItem extends SingleItemGroup {
private static class SpacingListItemView extends View {
public SpacingListItemView(Context context) {
super(context);

Powered by Google App Engine
This is Rietveld 408576698