0

I need someone help me for focus text.
When I Onclick EditText, I need focus part of text:

enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
  • 2
    Please provide the code you have already tried and explain where exactly you are facing the problem. Please see http://stackoverflow.com/help/how-to-ask – Ankur Aggarwal Jan 23 '17 at 06:16
  • http://stackoverflow.com/questions/20239524/android-ime-set-cursor-position-in-edittext – sivaBE35 Jan 23 '17 at 06:28

1 Answers1

0

Try this code

YourEditText.setSelection(2);
byteC0de
  • 5,153
  • 5
  • 33
  • 66