Loading packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/section/CommunalPopupSection.kt +3 −3 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ constructor( ) ) ) .background(colors.secondary, RoundedCornerShape(50.dp)), .background(colors.primary, RoundedCornerShape(50.dp)), onClick = onClick, ) { Row( Loading @@ -160,14 +160,14 @@ constructor( Icon( imageVector = Icons.Outlined.Widgets, contentDescription = null, tint = colors.onSecondary, tint = colors.surface, modifier = Modifier.size(20.dp) ) Spacer(modifier = Modifier.size(8.dp)) Text( text = stringResource(R.string.button_to_configure_widgets_text), style = MaterialTheme.typography.titleSmall, color = colors.onSecondary color = colors.surface ) } } Loading packages/SystemUI/src/com/android/systemui/communal/widgets/EditWidgetsActivity.kt +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ constructor( PlatformTheme { Box( modifier = Modifier.fillMaxSize().background(MaterialTheme.colorScheme.surfaceDim) Modifier.fillMaxSize().background(MaterialTheme.colorScheme.surface) ) { CommunalHub( viewModel = communalViewModel, Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/section/CommunalPopupSection.kt +3 −3 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ constructor( ) ) ) .background(colors.secondary, RoundedCornerShape(50.dp)), .background(colors.primary, RoundedCornerShape(50.dp)), onClick = onClick, ) { Row( Loading @@ -160,14 +160,14 @@ constructor( Icon( imageVector = Icons.Outlined.Widgets, contentDescription = null, tint = colors.onSecondary, tint = colors.surface, modifier = Modifier.size(20.dp) ) Spacer(modifier = Modifier.size(8.dp)) Text( text = stringResource(R.string.button_to_configure_widgets_text), style = MaterialTheme.typography.titleSmall, color = colors.onSecondary color = colors.surface ) } } Loading
packages/SystemUI/src/com/android/systemui/communal/widgets/EditWidgetsActivity.kt +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ constructor( PlatformTheme { Box( modifier = Modifier.fillMaxSize().background(MaterialTheme.colorScheme.surfaceDim) Modifier.fillMaxSize().background(MaterialTheme.colorScheme.surface) ) { CommunalHub( viewModel = communalViewModel, Loading