Mobile/Android
[Android]ListView안의 EditText의 Focus문제
out of coding
2015. 8. 10. 17:37
ListView안에 EditText를 구성하였을 경우에, 포커스를 가져가지 못하는 문제가 발생하네요.
고객사들의 요청이란...
하여간 해결 방법은 다음과 같음.
ListView의 xml속성에 android:descendantFocusability="afterDescendants"
이것을 추가하여 줍니다.
그래도 안되는 경우들은 발생하더군요.
어쩔수가 없습니다. 꼼수를 부립시다.