Live Happy wrote:
> I display emoji in EditText using spannable, but the problem is that the
> text appears in the bottom of the emoji picture, not in the middle of it
> (see picture).
>
> So, how to make it display in the middle?
>
>

imho you can't do this using spans, however you could try ImageSpan
ctor with verticalAlignment e.g:

ImageSpan(Context
context, int resourceId, int
verticalAlignment)

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to