pref: BottomSheet 圆角

This commit is contained in:
HuanCheng65 2023-01-26 14:53:03 +08:00
parent 383758d779
commit 6cae624890
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class MainActivityV2 : BaseComposeActivity() {
navController.navigatorProvider += bottomSheetNavigator
ModalBottomSheetLayout(
bottomSheetNavigator = bottomSheetNavigator,
sheetShape = RoundedCornerShape(16.dp)
sheetShape = RoundedCornerShape(topStart = 16.dp, topEnd = 16.dp)
) {
DestinationsNavHost(
navController = navController,