文章分析下來是沒有問題,不知道是不是自己疏忽了代碼還是有問題的
ViewGroup.LayoutParams params = child.getLayoutParams();
int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,0,params.height);
child.measure(widthMeasureSpec, childHeightMeasureSpec);
ViewPager wrap_content 無效原理分析赋铝,解決方案現(xiàn)象 ViewPager 在設(shè)置高度為 android:layout_height=“wrap_content” 時(shí)并沒有使用子view的高度插勤,反而像是適應(yīng)父view的高度,...