文字中的可点击图片

时间:2012-12-23 13:43:21

标签: android image button textview

我想在TextView中添加交互式图像,已经尝试过ImageSpan和ImageGetter,但是无法按下添加它们的图像。关于我如何得到这样的结果的任何建议:

enter image description here

1 个答案:

答案 0 :(得分:0)

ClickableSpan就是您所需要的:

http://developer.android.com/reference/android/text/style/ClickableSpan.html

  

如果此类型的对象附加到带有的TextView文本   LinkMovementMethod的移动方法,受影响的文本范围可以   被选中。如果单击,将调用onClick(View)方法