0
これは、永続的なボトムシートが展開されたとき永続的なボトムシートのAndroid
View bottomSheet = findViewById(R.id.bottom_sheet);
mBottomSheetBehavior = BottomSheetBehavior.from(bottomSheet);
mBottomSheetBehavior.setPeekHeight(100);
mBottomSheetBehavior.setPeekHeight(100);
mBottomSheetBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
は、永続的なボトムシートの背景にオーバーレイを追加することが可能です、私のコードですか?
ボトムシートの動作にリスナーを追加し、それに応じて背景を設定することができます – kassim