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

Apache License 2.0
55 stars 87 forks source link

Material Theming: Android Basics with Compose #90

Open arielf212 opened 9 months ago

arielf212 commented 9 months ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-material-theming

In which task and step of the codelab can this issue be found? In Add a Top Bar (7).

Describe the problem This is a visual bug in the markdown file. There are a few places in which the inline-code-block (`) markdown element has overextended its intended selection: 1) Within the WoofTopAppBar() Composable, add in a CenterAlignedTopAppBar() and set the modifier parameter to the modifier passed into WoofTopAppBar(). 2) Next, add a Text Composable inside the Row after the Image.

The inline blocks were added back by me to emphasize the problematic blocks.

Steps to reproduce? Go to the relevant codelab and step, and read the page/search for the excerpts given using ctrl+f

Versions Not relevant

Additional information image image