Поместите курсор в конце текста в EditText
editText.setSelection(editText.length())//placing cursor at the end of the text
abdullah
editText.setSelection(editText.length())//placing cursor at the end of the text