Viewflipper Receiver not registered error while orientation change in 2.1 and 2.2

夙愿已清 提交于 2019-12-05 18:00:41

You can extend the ViewFlipper and use the full name of your new class (with package) in the xml layout file:

<com.yourpackage.FixedViewFlipper> ... </com.yourpackage.FixedViewFlipper>

You can even create distinct xml files for 2.1 and 2.2 versions using a layout directory name like res/layout-v7 and res/layout-v8.

patrick

I had the same problem as described in this question.

After some searching I found this question which looks like to solved my this problem for me. Why does keyboard-slide crash my app?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!