应用程序在幻灯片放映中从左向右滚动图像时崩溃 这些是logcat错误
FATAL EXCEPTION: main
java.lang.ClassCastException: android.widget.FrameLayout$LayoutParams cannot be cast to android.widget.Gallery$LayoutParams
at android.widget.Gallery.setUpChild(Gallery.java:902)
at android.widget.Gallery.makeAndAddView(Gallery.java:881)
at android.widget.Gallery.fillToGalleryLeftLtr(Gallery.java:760)
at android.widget.Gallery.fillToGalleryLeft(Gallery.java:705)
at android.widget.Gallery.trackMotionScroll(Gallery.java:401)
at android.widget.Gallery$FlingRunnable.run(Gallery.java:1538)
at android.os.Handler.handleCallback(Handler.java:747)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:151)
at android.app.ActivityThread.main(ActivityThread.java:5185)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)