Selector With Spanable Not Working On Android M But Working Fine On Below M
I am creating a selector with spannable string of textview with the help of this stackoverflow link (Change the text color of a single ClickableSpan when pressed without affecting
Solution 1:
i had solved the above issue by converting the textview into button and it works well but i don't know the reason as why it was not working with textview in android M
Post a Comment for "Selector With Spanable Not Working On Android M But Working Fine On Below M"