I have a toolbar with a transparent/translucent background that overlays the content. So, behind the toolbar, views can appear that are clickable. The problem is that they c
Easier answer would be just :
toolbarV?.isClickable = false toolbarV?.isFocusable = false