I want to add a clickable ImageView at the end of a multiline TextView, similarly like below example:
Text text text text text text text
text text text. | Image |
I was able to implement this using an ImageSpan and ClickableSpan that I added to the TextView, But it's not able to return the exact clickable position. I want to show the Tooltip indicator at ImageView exactly. It should look like this below image. If the text in the TextView has multiple lines we have to show the Tooltip indicator at ImageView.