SyntaxFix
Write A Post
Hire A Developer
Questions
You can try in your main.xml file:
main.xml
android:selectAllOnFocus="true"
Or, in Java, use
editText.setSelectAllOnFocus(true);