You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify the language of the codelab if it is not English:
In which task and step of the codelab can this issue be found?
Task 5 - Complete the entry dioalog
Describe the problem
The instruction state to add a Modifier of modifier = Modifier.padding(40.dp), to the AndroidView for the RatingInputRow. However, that breaks the anticipated star functionality UI. This modifier should be removed (as is done in the solution code)
This is the resultant rating bar when padding is applied as specified
The text was updated successfully, but these errors were encountered:
cjparent
changed the title
Unnecessary Modifier Breaks RatingInputRow
Unnecessary Modifier in RatingInputRow
Mar 2, 2023
cjparent
changed the title
Unnecessary Modifier in RatingInputRow
Modifier Issue in RatingInputRow
Mar 2, 2023
URL of codelab:
https://developer.android.com/codelabs/basic-android-kotlin-compose-view-interop?authuser=2&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-8-pathway-2%3Fauthuser%3D2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-view-interop#4
Specify the language of the codelab if it is not English:
In which task and step of the codelab can this issue be found?
Task 5 - Complete the entry dioalog
Describe the problem
The instruction state to add a Modifier of
modifier = Modifier.padding(40.dp),
to the AndroidView for the RatingInputRow. However, that breaks the anticipated star functionality UI. This modifier should be removed (as is done in the solution code)This is the resultant rating bar when padding is applied as specified
The text was updated successfully, but these errors were encountered: