java.lang.ClassCastException: android.view.ViewGroup$LayoutParams cannot be cast to android.widget.

FATAL EXCEPTION: main
                                                                      Process: com.moreunion.zhenghao, PID: 3479
                                                                      java.lang.ClassCastException: android.view.ViewGroup$LayoutParams cannot be cast to android.widget.RelativeLayout$LayoutParams
                                                                          at android.widget.RelativeLayout$DependencyGraph.findRoots(RelativeLayout.java:1803)
                                                                          at android.widget.RelativeLayout$DependencyGraph.getSortedViews(RelativeLayout.java:1748)
                                                                          at android.widget.RelativeLayout.sortChildren(RelativeLayout.java:381)

猜你喜欢

转载自blog.csdn.net/yuerliang/article/details/79877975