본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] EditText cursor 위치 조정하기.

by 돼지왕 왕돼지 2012. 12. 12.
반응형



EditText cursor 위치 조정하기

- EditText.setSelection( int position ) 함수를 사용하면 된다.

ex)

editText.setSelection ( editText.length() ) // 마지막 위치로 커서 이동




도움이 되셨다면 손가락 꾸욱~ ( 로그인 필요 x )



반응형

댓글