Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Compose Add a Scrollable List - Error typography generating error #136

Open
dylantrepos opened this issue Oct 13, 2024 · 0 comments

Comments

@dylantrepos
Copy link

Name of the Codelab or Codelab URL
Build a scrollable list
https://developer.android.com/codelabs/basic-android-kotlin-compose-training-add-scrollable-list#2

Describe the problem
There is a typo error in Surface() element in fun AffirmationsApp() function. Modifier is written with a capitalize "M" instead of a small "m", so it generates an error.

In which lesson and step of the codelab can this issue be found?
Add a scrollable list + Step 3 (at the end of the page)

How to reproduce?
Try to copy/paste the code of the very last block of code, and it will generate an error

Versions

  1. What version of Android Studio are you using?
    2023.3.1
  2. What API level are you targeting?
    N/A

Additional information
No additionnal information.

codelab: basic-android-compose-training-add-scrollable-list

Image of the block code with the error
Capture d’écran 2024-10-13 à 19 19 47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant