看API说
public SimpleCursorTreeAdapter((Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo)
这个构造方法里 expandedGroupLayout 是展开时候的布局 ,为什么我用了这个构造方法传了布局id 展开没有变化呢
有人碰到过么