
光劍書(shū)架上的書(shū) 編逊桦,1164 篇文章眨猎,2786 人關(guān)注
文章分析下來(lái)是沒(méi)有問(wèn)題,不知道是不是自己疏忽了代碼還是有問(wèn)題的
ViewGroup.LayoutParams params = child.getLayoutParams();
int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,0,params.height);
child.measure(widthMeasureSpec, childHeightMeasureSpec);
ViewPager wrap_content 無(wú)效原理分析施无,解決方案現(xiàn)象 ViewPager 在設(shè)置高度為 android:layout_height=“wrap_content” 時(shí)并沒(méi)有使用子view的高度辉词,反而像是適應(yīng)父view的高度,...