google-developer-training / android-basics-kotlin-mars-photos-app

Apache License 2.0
92 stars 193 forks source link

Android Basics: Load and display images from the Internet #96

Closed tsrrus closed 2 years ago

tsrrus commented 3 years ago

name: Android Basics Unit 4 issue about: Report problems with the Android Basics Unit 4 codelabs title: 'Android Basics Unit 4 issue:' labels: '' assignees: ''

https://developer.android.com/codelabs/basic-android-kotlin-training-internet-images#3

"Add Recyclerview" task, step #8.

The step text talks: "... You can achieve this with a combination of padding in fragment_overview.xml layout and in gridview_item.xml layout." but the real grid view file name in the source code package is "grid_view_item.xml", with an additional underscore.

osuleymanova commented 3 years ago

Duplicate of #48

osuleymanova commented 2 years ago

@tsrrus Thank you for reaching out to us. The typo was fixed: Screen Shot 2022-04-12 at 3 39 57 PM