Use GIF Image in ImageSpan with EditText

I used this answer to make my ImageSpan available, but nothing so far. If I use TextView, it works absolutely perfectly, but when using EditText, the image changes to each type. I know that EditText extends TextView, so it should work. What am I missing?

+7
android android-edittext gif android-textview
source share

No one has answered this question yet.

See similar questions:

8
How to add animated emoticon to TextView or EditText on Android

or similar:

2735
Stop EditText from getting focus when starting Activity
1832
Lazy loading images in a ListView
1207
Strange memory issue when loading image into Bitmap object
1002
Grid motion detection
823
Place cursor at end of text in EditText
506
PNG vs GIF vs JPEG vs SVG - When is the best time to use?
432
Android - "Enter" Pen in EditText
366
Capital letter for EditText
150
Android: How can I check EditText input?
8
How to add animated emoticon to TextView or EditText on Android

All Articles