안녕하십니까

 

커스텀 리스트 뷰를 만드려고 하는데

 

TextView1       TextView2       

TextView1       TextView2        CheckedTextView

TextView1       TextView2       

 

이런 모양의 레이아웃을 만들었습니다.

 

그런데 초이스 모드 멀티플로 해도 체크박스가 체크가 되지가 않네요...

 

CustomLLAdapter ad = new CustomLLAdapter (this, R.layout.clist, arrayList);
        vlst.setAdapter(ad);
        vlst.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);

 

어떻게 해야 하나요?