Created
August 10, 2019 07:32
-
-
Save NezSpencer/0e763414f7f55c6a2b5c576b47095230 to your computer and use it in GitHub Desktop.
get all annotated spans
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val termsText = getText(R.string.terms_conditions_prompt) as SpannedString | |
| val annotations = termsText.getSpans(0, termsText.length, Annotation::class.java) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment