I need to use BottomSheetBehavior with ScrollView but it says to me :
BottomSheetBehavior
ScrollView
Unexpected namespace prefix \"app\" found for tag RelativeLayout
I had the same issue. Just take out your bottom-sheet layout into the separate file. And include it in the main layout via include tag.
include