BottomSheet custom behavior - above BottomBar
问题 I want to display BottomSheet above my BottomBar . So I have to write custom BottomSheet behavior that will put my BottomSheet above my BottomBar - the BottomBar has shy behavior (hidding during scrolling). There is what I tried to implement: public class BottomSheetBehavior<T extends View> extends android.support.design.widget.BottomSheetBehavior<T> { public BottomSheetBehavior(Context context, AttributeSet attrs) { super(context, attrs); } @Override public boolean layoutDependsOn