为了让SrollView中嵌套ExpandableListView,我们就得改ListView的高度,所以写一个类继承于ExpandableListview: import android.content.Context; import android.util.AttributeSet; import android.widget.ExpandableListView; /** * Created by liang on 2016/8/21. */ public class NestedExp…