Android自定义控件在scrollview中设置高度不起作用,已经重写了 onMeasure方法
布局:android:layout_width="match_parent"android:layout_height="match_parent"android:fillViewport="true">自定义控件:protected void onMeasure(int widthMeasureSpec,int heightMeasureSpec){ super.onMeasure(widthMeasureSpec,...