google-developer-training/android-kotlin-fundamentals-apps

Android Kotlin Fundamentals codelab:

PratyushFunde opened this issue · 0 comments

https://developer.android.com/codelabs/kotlin-android-training-linear-layout#6

Describe the problem
In this codelab lesson when we add new "image view" or "scroll view " from design tad a property called android:layout_weight="" Is automatically added so we have to remove It otherwise next setps are not useful
It will not make app as Described In Course.

In which lesson and step of the codelab can this issue be found?
Lesson number 7 + First Step.
Lesson Number 8 + Step 1.

How to reproduce?
Follow your procedure and add a new Image View Or Scroll View From Design Tab To App

Versions

  1. What version of Android Studio are you using?
    Ans: Android Studio Chipmunk | 2021.2.1 Patch 2
  2. What API level are you targeting?
    19 KitKat

Additional information
Add any other context about the problem here.

codelab: android-kotlin-fundamentals