Android orientation change calls onCreate

后端 未结 3 2182
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-01 18:28

I\'ve made a search screen that has one tab for keywords, filters, and a search button, and three optional tabs for the different types of results (each containing a L

3条回答
  •  借酒劲吻你
    2020-12-01 19:09

    Of cource there is. Just add configChanges attribute to your AndroidManifest.xml, like that:

     
    

    Activity restart on rotation Android How do I disable orientation change on Android? http://developer.android.com/guide/topics/manifest/activity-element.html#config

提交回复
热议问题