Make URL link clickable

This commit is contained in:
vender98 2019-07-30 12:52:50 +03:00
parent 5cbfeb4da5
commit f90113949b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import android.widget.TextView
* Created by Daniil Borisovskii on 29/07/2019.
* Helper object for make clickable a part of SpannableString with ClickableSpan using custom handler,
* and NOT intercepting the parent view handler.
* It solves this problem https://stackoverflow.com/questions/16792963/android-clickablespan-intercepts-the-click-event
* It solves this problem <a href="https://stackoverflow.com/questions/16792963/android-clickablespan-intercepts-the-click-event">https://stackoverflow.com/questions/16792963/android-clickablespan-intercepts-the-click-event</a>
*
* Don`t forget after applying this method to make your TextView
* isClickable = false