티스토리 뷰
id 나 pw, email 같은 EditText를 클릭했을때는 물론 영문키패드가 떠야하지만
핸드폰환경설정에서 기본키패드를 한글로 해놓았다면 한글이 뜰 수 밖에없을 것이다.
그럴때 밑에처럼 Layout에 한 줄만 추가해주면 영문 키패드가 뜨게된다.
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:privateImeOptions="defaultInputmode=english;symbol=false"
/>
[출처] http://devbible.tistory.com
[원본] http://devbible.tistory.com/19
'Development' 카테고리의 다른 글
[Android] code상에서 xml shape 적용시키기 (0) | 2010.07.09 |
---|---|
[Android] Shape (0) | 2010.07.09 |
[Android] 물반사효과 (0) | 2010.07.06 |
[Android] ScrollView 의 이동처리 (0) | 2010.07.06 |
[Android] EditText 의 커서위치 설정 (0) | 2010.07.05 |
댓글
최근에 올라온 글
글 보관함
- Total
- Today
- Yesterday