Describe the problem
I don't know if it is a IDE bug or some missing Code Fragment/Explanations... but as soon as I replace
android:src with app:srcCompat, the placeholder image dice_1 (added using the tools namespace as follow: tools:src="@drawable/dice_1") isn't shown anymore in the preview panel.
In which lesson and step of the codelab can this issue be found?
Android Kotlin Fundamentals 01.3: Image resources and compatibility - Step 6
Describe the problem I don't know if it is a IDE bug or some missing Code Fragment/Explanations... but as soon as I replace
android:src
withapp:srcCompat,
the placeholder imagedice_1
(added using the tools namespace as follow:tools:src="@drawable/dice_1"
) isn't shown anymore in the preview panel.In which lesson and step of the codelab can this issue be found? Android Kotlin Fundamentals 01.3: Image resources and compatibility - Step 6
How to reproduce? Follow the instructions...
Versions
codelab: android-kotlin-fundamentals