java.lang.ClassCastException: android.view.ViewGroup$LayoutParams cannot be cast to android.widget.
java.lang.ClassCastException: android.view.ViewGroup$LayoutParams cannot be cast to android.widget.LinearLayout$LayoutParams报错原因:ImageView image =(ImageView) findViewById(R.id.imageView1);im