Changing Orientation, losing all my list items

前端 未结 3 860
醉酒成梦
醉酒成梦 2021-01-01 20:36

While I tested my application on an Android Device turning my Android phone from landscape to portrait, results in all the list items in my list view are disappearing.

3条回答
  •  一整个雨季
    2021-01-01 21:22

    Try to add this in your activity:

    android:configChanges="orientation|screenSize"

    it works for me

提交回复
热议问题