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
Add the ripple like this
android:foreground="?android:attr/selectableItemBackground"
based on this answer https://stackoverflow.com/a/35753159/2736039