EditText에 포커스가 자동으로 가서 그럴때는 다른곳에 포커스를 주면 해결 할 수 있습니다.
EditText가 속한 LinearLayout에 아래 속성을 추가했습니다.
android:focusable="true"
android:focusableInTouchMode="true"
반응형
EditText에 포커스가 자동으로 가서 그럴때는 다른곳에 포커스를 주면 해결 할 수 있습니다.
EditText가 속한 LinearLayout에 아래 속성을 추가했습니다.
android:focusable="true"
android:focusableInTouchMode="true"