Loading packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutHelper.kt +5 −3 Original line number Diff line number Diff line Loading @@ -786,7 +786,7 @@ private fun ShortcutDescriptionText( Text( modifier = modifier, text = textWithHighlightedSearchQuery(shortcut.label, searchQuery), style = MaterialTheme.typography.bodyMedium, style = MaterialTheme.typography.titleSmall, color = MaterialTheme.colorScheme.onSurface, ) } Loading Loading @@ -904,7 +904,7 @@ private fun CategoryItemTwoPane( Text( fontSize = 18.sp, color = colors.textColor(selected).value, style = MaterialTheme.typography.headlineSmall, style = MaterialTheme.typography.titleSmall, text = label, ) } Loading Loading @@ -1000,9 +1000,11 @@ private fun KeyboardSettings(horizontalPadding: Dp, verticalPadding: Dp, onClick ) { Row(verticalAlignment = Alignment.CenterVertically) { Text( text = stringResource(id = R.string.shortcut_helper_keyboard_settings_buttons_label), color = MaterialTheme.colorScheme.onSurfaceVariant, fontSize = 16.sp, style = MaterialTheme.typography.titleSmall, ) Spacer(modifier = Modifier.weight(1f)) Icon( Loading Loading
packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutHelper.kt +5 −3 Original line number Diff line number Diff line Loading @@ -786,7 +786,7 @@ private fun ShortcutDescriptionText( Text( modifier = modifier, text = textWithHighlightedSearchQuery(shortcut.label, searchQuery), style = MaterialTheme.typography.bodyMedium, style = MaterialTheme.typography.titleSmall, color = MaterialTheme.colorScheme.onSurface, ) } Loading Loading @@ -904,7 +904,7 @@ private fun CategoryItemTwoPane( Text( fontSize = 18.sp, color = colors.textColor(selected).value, style = MaterialTheme.typography.headlineSmall, style = MaterialTheme.typography.titleSmall, text = label, ) } Loading Loading @@ -1000,9 +1000,11 @@ private fun KeyboardSettings(horizontalPadding: Dp, verticalPadding: Dp, onClick ) { Row(verticalAlignment = Alignment.CenterVertically) { Text( text = stringResource(id = R.string.shortcut_helper_keyboard_settings_buttons_label), color = MaterialTheme.colorScheme.onSurfaceVariant, fontSize = 16.sp, style = MaterialTheme.typography.titleSmall, ) Spacer(modifier = Modifier.weight(1f)) Icon( Loading