读书人

ExpandableListView根本需要

发布时间: 2012-09-25 09:55:59 作者: rapoo

ExpandableListView基本需要

展开

int groupCount = viewAdapter.getGroupCount();for (int i = 0; i < groupCount; i++) {listviews.expandGroup(i);}

??
??//图标按钮显示在右边
?

 Display newDisplay = getWindowManager().getDefaultDisplay();   int width = newDisplay.getWidth();  listviews.setIndicatorBounds(width - 50, width);

???//替换标题图标

listviews.setGroupIndicator(this.getResources().getDrawable(R.drawable.XXX));

?

读书人网 >移动开发

热点推荐