So I’m learning about how to incorporate the navigation drawer in my android app. I’ve successfully managed to incorporate it in my app. However, I cant find out how to change the ripple color when I press an item. I’ve used the following attribute
app:itemRippleColor=”@color/purple”
to try and change the default grey ripple color. However it is not working enter image description here
Can someone guide me? Also I would appreciate it if someone can tell me how to add custom animation when I press the item