layoutParams错误
java.lang.ClassCastException: android.view.ViewGroup$LayoutParams cannot be cast to android.view.ViewGroup$MarginLayoutParams MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams();这句代码这个错误,怎么回事呀?我是按照视频里一点点敲出来的怎么会报这个错误呢?