From 5766adbabb77514384a1d8c22dc0964af0891140 Mon Sep 17 00:00:00 2001 From: Sriram Ramasubramanian Date: Fri, 9 Aug 2013 12:41:02 -0700 Subject: [PATCH] Bug 888905: Reading list row for about:home tablet mode. [r=lucasr] --- mobile/android/base/home/ReadingListPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/base/home/ReadingListPage.java b/mobile/android/base/home/ReadingListPage.java index f08e95edda2..06c890271d6 100644 --- a/mobile/android/base/home/ReadingListPage.java +++ b/mobile/android/base/home/ReadingListPage.java @@ -162,7 +162,7 @@ public class ReadingListPage extends HomeFragment { @Override public View newView(Context context, Cursor cursor, ViewGroup parent) { - return LayoutInflater.from(parent.getContext()).inflate(R.layout.home_item_row, parent, false); + return LayoutInflater.from(parent.getContext()).inflate(R.layout.bookmark_item_row, parent, false); } }