コード例 #1
0
 public void setText(String text) {
   emojiconEditText.setText(text);
   emojiconEditText.setSelection(text.length());
 }