Merge "[CredManUi] Apply surface1 to the whole bottom sheet." into udc-dev am: 67bb5a050b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21688268 Change-Id: I2a5de1f765f441bda567aa63b7d8b9454f9a046a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -39,7 +39,9 @@ fun ModalBottomSheet(
|
|||||||
skipHalfExpanded = true
|
skipHalfExpanded = true
|
||||||
)
|
)
|
||||||
ModalBottomSheetLayout(
|
ModalBottomSheetLayout(
|
||||||
sheetBackgroundColor = MaterialTheme.colorScheme.surface,
|
sheetBackgroundColor = MaterialTheme.colorScheme.surfaceColorAtElevation(
|
||||||
|
ElevationTokens.Level1
|
||||||
|
),
|
||||||
modifier = Modifier.background(Color.Transparent),
|
modifier = Modifier.background(Color.Transparent),
|
||||||
sheetState = state,
|
sheetState = state,
|
||||||
sheetContent = sheetContent,
|
sheetContent = sheetContent,
|
||||||
|
|||||||
Reference in New Issue
Block a user