Firstly, I\'d like to preface this with my lack of knowledge about the coordinator layout. I\'m merely following tutorials I found online and am curious why my behavior isn\
The reason why it is not working is that view with Behavior must be a direct child of CoordinatorLayout. In your case, the hierarchy is: CoordinatorLayout -> RelativeLayout -> LinearLayout (with Behavior).