I’m looking for a way to do inline clickable link ...
# anko
s
I’m looking for a way to do inline clickable link text, does anko provide a nice way to accomplish this?
m
I think you need
SpannableStringBuilder
.
If you have any ideas how to do this more nicely, I'd be glad to hear them.
s
yeah, I found buildSpanned{} which I am using, but i couldn't find a nice way to do an onClick on it
m
Do you want to send a PR? If no, I'll do it.
s
if you're happy to, that'd be great
m
Ok 🙂
😀 1
s
great! thanks 🙂