Б
Size: a a a
Б
Б
TT
TT
SN
А
TT
L
TT
TT
L
bottomSheetBehavior.setBottomSheetCallback(new BottomSheetBehavior.BottomSheetCallback() {
@Override
public void onSlide(@NonNull View bottomSheet, float slideOffset) {
// вот тута
}
});
А
🌙
СП
А
🌙
А
🌙
DB
L
override fun onSlide(bottomSheet: View, slideOffset: Float) {
binding.frameLayout.setVisibility(View.VISIBLE);
binding.frameLayout.setAlpha(slideOffset);
}