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
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:
Within the WoofTopAppBar() Composable, add in a CenterAlignedTopAppBar() and set the modifier parameter to the modifier passed into WoofTopAppBar().
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
The text was updated successfully, but these errors were encountered:
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:
WoofTopAppBar() Composable
, add in a CenterAlignedTopAppBar() and set the modifier parameter to the modifier passed into WoofTopAppBar().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
The text was updated successfully, but these errors were encountered: