To describe my problem i created small example.
I have linearlayout with imageview and textview. For linearlayout i\'ve set ripple drawable as background. But when i
Simple use these two lines as attribute in that ImageView.
android:background="?attr/selectableItemBackgroundBorderless" android:clickable="true"