How to add animated emoticon in TextView or EditText in Android

前端 未结 2 705
灰色年华
灰色年华 2020-12-13 11:20

as the question, I use ImageSpan to add a image into TextView. but it can\'t animate.Do you have any advise?
I try to extend AnimationDrawable to add drawable into Image

2条回答
  •  旧巷少年郎
    2020-12-13 12:13

    You can use ObjectAnimator to animate the drawable in the ImageSpan

    http://developer.android.com/reference/android/animation/ObjectAnimator.html

提交回复
热议问题