[Android] ExpandableListView , BaseExpandableListAdapter
listview 설정부분 final ExpandableListView listView = (ExpandableListView)v.findViewById(R.id.listview); // listView .setGroupIndicator(null); // child onoff 화살표를 없애려면 null 설정. // StateListDrawable groupIndicator = (StateListDrawable)getResources().getDrawable(R.drawable.arrow_sel); // myListView.setGroupIndicator(groupIndicator); MyAdapter myAdapter= new MyAdapter(this); myListView.setAdapter(myAda..
Development
2011. 9. 20. 13:51
최근에 올라온 글
글 보관함
- Total
- Today
- Yesterday