我设置了一个自定义view的宽度为10000dp但是他还是match_parent的效果。
How did you set it up
It needs to be modified in the onMeasure method of the custom view, otherwise it will always be match_parent
How did you set it up
It needs to be modified in the onMeasure method of the custom view, otherwise it will always be match_parent