ScrollView nested ListView sliding problem



@Override

    
/**
    

 * Override this method to achieve the effect of adapting ListView to ScrollView


*/


protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {


        int expandSpec = MeasureSpec.makeMeasureSpec(Integer.MAX_VALUE >> 2,MeasureSpec.AT_MOST);


super.onMeasure(widthMeasureSpec, expandSpec);


}


Custom ListView override onMeasure method


it's that simple

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324719852&siteId=291194637