google-developer-training / basic-android-kotlin-compose-birthday-card-app

Apache License 2.0
116 stars 91 forks source link

Run your first app: Android Basics with Compose #789

Open Swakshat-Mishra opened 2 months ago

Swakshat-Mishra commented 2 months ago

URL of codelab

In which task and step of the codelab can this issue be found?

Describe the problem

Steps to reproduce?

  1. Go to...
  2. Click on...
  3. See error...

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.

Swakshat-Mishra commented 2 months ago

When we run our app on the device then the color will not cover whole screen (as shown in the code lab) because we did not used we did not used fillMaxSize() modifier in the surface container.