これが私のコードです:
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 クラス/インターフェースなどの作成を求められます。