I need to use BottomSheetBehavior with ScrollView but it says to me :
BottomSheetBehavior
ScrollView
Unexpected namespace prefix \"app\" found for tag RelativeLayout
xmlns:app="http://schemas.android.com/apk/res-auto"
This is set multiple times. Both in CoordinatorLayout and RelativeLayout. Remove the one in RelativeLayout. Declaring once in the file will suffice.
CoordinatorLayout
RelativeLayout