Using BottomSheetBehavior with a inner CoordinatorLayout
问题 The design support library v. 23.2 introduced BottomSheetBehavior , which allows childs of a coordinator to act as bottom sheets (views draggable from the bottom of the screen). What I’d like to do is to have, as a bottom sheet view , the following view (the typical coordinator + collapsing stuff): <CoordinatorLayout app:layout_behavior=“@string/bottom_sheet_behavior”> <AppBarLayout> <CollapsingToolbarLayout> <ImageView /> </CollapsingToolbarLayout> </AppBarLayout> <NestedScrollView>