I know it maybe looks a simple question but it really annoying me, I have an Activity contains 3 "EditText", and when I lunch that activity it the cursor start in second one "EditText", what I want is starting the cursor on the "EditText" I choose for example first "EditText".
Note: I'm using Activity contains Scrollview and Constraint layout.