google-developer-training / basic-android-kotlin-compose-training-tip-calculator

Apache License 2.0
61 stars 93 forks source link

Calculate a custom tip: Android Basics with Compose #137

Open muhammad-farhan-bakht opened 1 year ago

muhammad-farhan-bakht commented 1 year ago

URL of codelab

In which task and step of the code lab can this issue be found? Task: Calculate a custom tip Step: 6 point no. 8.

Describe the problem Just a small Typo in modifier & Modifier in Switch Composable

instead of Switch( modifier = modifier.fillMaxWidth().wrapContentWidth(Alignment.End), //... ) This will be used Switch( modifier = Modifier.fillMaxWidth().wrapContentWidth(Alignment.End), //... )

Steps to reproduce?

  1. Go to: URL of codelab
  2. See Step 6 point no. 8.

Screenshot 2023-08-30 160029