Try android:layout_gravity
发件人: [email protected] [mailto:[email protected]] 代表 Live Happy 发送时间: 2012年11月16日 21:20 收件人: [email protected] 主题: [android-developers] Text display in the bottom of emoji 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? 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 -- 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
<<image001.png>>

