标签: android bottom-sheet
这是我的代码:
final View bottomSheet = coordinatorLayout.findViewById(R.id.bottom_sheet);final BottomSheetBehavior behavior = BottomSheetBehavior.from(bottomSheet);
在按Alt + Enter时,它要求创建BottomSheetBehavior类/接口等。