google-developer-training / basic-android-kotlin-compose-training-woof

Apache License 2.0
56 stars 87 forks source link

Material Theming: Android Basics with Compose #86

Closed WaelSleimanLeb closed 5 months ago

WaelSleimanLeb commented 9 months ago

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

Step 4. The image below 'To add a value from the dimens.xml file, this the correct format:'

It should be 'dimensionResource(id = R.dimen.' but instead it's showing 'dimensionResource(id = R.id.'

image