SEPARATOR 썸네일형 리스트형 안드로이드 ListView 섹션 구분하기 (Using a different View for Separator) 영어주의 Using a different View for Separator뷰를 넣어 섹션을 구분하기. 출처 : http://codetheory.in/android-dividing-listview-sections-group-headers/ The other approach to sectioning is to use an entirely different view for the separator. So let’s create a new layout file at /layout/contact_section_header.xml: And this is how our new /layout/contact_item.xml will look like: Our onCreate() method will also change to s.. 이전 1 다음