material-components-android-codelabs icon indicating copy to clipboard operation
material-components-android-codelabs copied to clipboard

MDC-102 code uses "GridLayoutManager.VERTICAL" instead of "RecyclerView.VERTICAL"

Open acutetech opened this issue 6 years ago • 0 comments

On the web page, the sample code in ProductGridFragment.java onCreateView() includes this:

recyclerView.setLayoutManager(new GridLayoutManager(getContext(), 2, GridLayoutManager.VERTICAL, false));

But GridLayoutManager.VERTICAL should be RecyclerView.VERTICAL

The finished-codelab code is correct.

acutetech avatar Jun 08 '19 17:06 acutetech