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