pref: BottomSheet 圆角
This commit is contained in:
parent
383758d779
commit
6cae624890
|
|
@ -221,7 +221,7 @@ class MainActivityV2 : BaseComposeActivity() {
|
||||||
navController.navigatorProvider += bottomSheetNavigator
|
navController.navigatorProvider += bottomSheetNavigator
|
||||||
ModalBottomSheetLayout(
|
ModalBottomSheetLayout(
|
||||||
bottomSheetNavigator = bottomSheetNavigator,
|
bottomSheetNavigator = bottomSheetNavigator,
|
||||||
sheetShape = RoundedCornerShape(16.dp)
|
sheetShape = RoundedCornerShape(topStart = 16.dp, topEnd = 16.dp)
|
||||||
) {
|
) {
|
||||||
DestinationsNavHost(
|
DestinationsNavHost(
|
||||||
navController = navController,
|
navController = navController,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue