Loading packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/compose/FirstTimeEducation.kt +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ fun FirstTimeEducation(horizontalAlignment: Alignment.Horizontal, modifier: Modi Text( text = stringResource(R.string.ambientcue_first_time_edu_title), style = MaterialTheme.typography.titleMedium, color = MaterialTheme.colorScheme.onPrimaryContainer, color = MaterialTheme.colorScheme.onSurface, ) Text( text = stringResource(R.string.ambientcue_first_time_edu_text), Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/compose/FirstTimeEducation.kt +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ fun FirstTimeEducation(horizontalAlignment: Alignment.Horizontal, modifier: Modi Text( text = stringResource(R.string.ambientcue_first_time_edu_title), style = MaterialTheme.typography.titleMedium, color = MaterialTheme.colorScheme.onPrimaryContainer, color = MaterialTheme.colorScheme.onSurface, ) Text( text = stringResource(R.string.ambientcue_first_time_edu_text), Loading