Material Theming: Android Basics with Compose
Opened this issue · 0 comments
HarshNarayanJha commented
In which task and step of the codelab can this issue be found?
4. 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
Versions
Android Studio version: N/A
API version of the emulator: N/A
Additional information