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?
[image: Inline image 1]
<EditText
android:id="@+id/et_tInput"
android:layout_width="0dip"
android:layout_height="match_parent"
android:layout_weight="1"
android:inputType="textCapSentences|textMultiLine"
android:maxLength="2000"
android:maxLines="4"
android:textColor="@android:color/black"
android:textCursorDrawable="@drawable/black_cursor"/>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en<<123.png>>

