I am trying to achieve ripple effect in android.support.design.widget.NavigationView when item is clicked. I have defined the ripple colour and all in my theme. When long clicking NavigationView's menu items, i can see the correct ripple effect. But when it is a short click, nothing happens - no ripple, no sign of click whatsoever.
I have tried setting app:itemBackground="?attr/selectableItemBackground" for the NavigationDrawer. It does not change anything, the drawer behaves just like before inserting this line.
Please help me get the ripple effect on API 16+. Thank you.