This is not centring the text horizontally. I had to use modifier = Modifier.fillMaxWidth() in the text element along with it to center it horizontally.
VersionsAndroid Studio version: 2023.3.1
API version of the emulator: 34-ext12
Additional informationInclude screenshots if they would be useful in clarifying the problem.
URL of codelab Build a simple app with text composables
In which task and step of the codelab can this issue be found? Topic: Add greeting to the app Subheading: Align greeting to the center Step: 3
Describe the problem In step 3 of the section "Align greeting to the center"
This is not centring the text horizontally. I had to use
modifier = Modifier.fillMaxWidth()
in the text element along with it to center it horizontally.Versions Android Studio version: 2023.3.1 API version of the emulator: 34-ext12
Additional information Include screenshots if they would be useful in clarifying the problem.