How can I have a ripple effect in a simple linear/relative layout when touching the layout?
I\'ve tried setting the background of a layout to something like:
Simply add default ripple effect with android:background="?selectableItemBackground"
android:background="?selectableItemBackground"
Like:
...