공부/Android

안드로이드 키보드가 자동으로 올라오는 현상 방지

JangGiraffe 2015. 10. 28. 12:31

EditText에 포커스가 자동으로 가서 그럴때는 다른곳에 포커스를 주면 해결 할 수 있습니다.

EditText가 속한 LinearLayout에 아래 속성을 추가했습니다.

 

android:focusable="true"
android:focusableInTouchMode="true"

반응형