Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Android Kotlin Fundamentals codelab: GridLayoutManager.VERTICAL should be HORIZONTAL #41

@aminsoheyli

Description

@aminsoheyli

Describe the problem

mistake

In the last paragraph where this text written:

  1. Change the span count to 5 and the direction to GridLayoutManager.VERTICAL.

The VERTICAL in the text is a mistake, it must be HORIZONTAL like as the written text and code after it.

In which lesson and step of the codelab can this issue be found?
Lesson 7.3 + task 4 + step 2.

How to reproduce?
Instead of incorrect VERTICAL it must be HORIZONTAL like as following:

  1. Change the span count to 5 and the direction to GridLayoutManager.HORIZONTAL

codelab: android-kotlin-fundamentals

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions