EditText 커서에 대하여...

SMART_Phone/Android 2011. 6. 7. 16:08 Posted by Request


커서 보이기
소스 : setCursorVisible(true);
xml : android:cursorVisible="true"

에디트 텍스트 내용 모두 선택된 상태
소스 : setSelectAllOnFocus(true);
xml : android.selectAllOnFocus="true"