Before downvote this question first read my question proper.
I need ripple effect on textview click only for it's text not for its background.
I am using this
android:background="?attr/selectableItemBackground"
but it shows effect with its background. I have already used xml file using ripple
tag but same thing happened.
So instead effect on background of textview with ripple effect how can i set it to only for its text?
Advanced help would be appreciated !