I have toolbar with transparent colour and below it ImageView. There is onClickListener for imageView. But if I click on Toolbar, it catch my click, and doesn't through it even with next line in xml:
android:clickable="false"
is there any other way to prevent toolbar catch clicks? Thanks!