diff options
| author | 2025-02-07 11:53:54 -0800 | |
|---|---|---|
| committer | 2025-02-07 11:53:54 -0800 | |
| commit | 508ffcf0962d5d6d8cc084db363aed9f909e60bf (patch) | |
| tree | b41956b6ddd6d5c6991451f51c640d7c457ca92c | |
| parent | 19d12c4b89ee99d19a68abf2f8d870d2a3c1d5af (diff) | |
| parent | 676bcb5e3d4a5f9279d6e2ef3cb35e97b9c264f9 (diff) | |
Merge "Update UMO background radius to match UMO" into main
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt index 910328dfa140..418a7a52a97e 100644 --- a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt +++ b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt @@ -1747,7 +1747,7 @@ private fun UmoLegacy(viewModel: BaseCommunalViewModel, modifier: Modifier = Mod modifier .clip( shape = - RoundedCornerShape(dimensionResource(system_app_widget_background_radius)) + RoundedCornerShape(dimensionResource(R.dimen.notification_corner_radius)) ) .background(MaterialTheme.colorScheme.primary) .pointerInput(Unit) { |