ReadMoreTextView
ReadMoreTextView copied to clipboard
conflict when there is setOnClickListener on the text
my entire text has setOnClickListener action to call another activity, but I don't want this to happen when the user click on "read more" and "read less" part of text (I obviously simply want the text to expand and colapse). How to isolate this special parts of text to not be called on "ClickListener"?