In which task and step of the codelab can this issue be found?
Add Color - Section Dimens File
Describe the problem
To add a value from the dimens.xml file, the image is saying to use R.id.dimen_name_here, but the text and code example uses R.dimen.padding_small.
The image is wrong and needs to be replaced.
This is minor, though the code tags of dimensionResource(id = R.dimen.padding_small) are broken and can be rectified into a single code tag
Steps to reproduce?
Go to the linked codelab
Click on 4 Add Color
Scroll to Dimens File section
Observe the image for the error
VersionsAndroid Studio version: N/A
API version of the emulator: N/A
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-material-theming?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-3-pathway-3%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-material-theming#3
In which task and step of the codelab can this issue be found?
Describe the problem To add a value from the dimens.xml file, the image is saying to use
R.id.dimen_name_here
, but the text and code example usesR.dimen.padding_small
. The image is wrong and needs to be replaced.This is minor, though the
code
tags ofdimensionResource(id = R.dimen.padding_small)
are broken and can be rectified into a singlecode
tagSteps to reproduce?
4 Add Color
Dimens File
sectionVersions Android Studio version: N/A API version of the emulator: N/A
Additional information