Bug 888905: Reading list row for about:home tablet mode. [r=lucasr]

This commit is contained in:
Sriram Ramasubramanian 2013-08-09 12:41:02 -07:00
parent 6b9b67d181
commit 5766adbabb

View File

@ -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);
}
}